diff --git a/docs/k8s-migration.md b/plans/k8s-migration.md similarity index 99% rename from docs/k8s-migration.md rename to plans/k8s-migration.md index 939587a..ff09b5f 100644 --- a/docs/k8s-migration.md +++ b/plans/k8s-migration.md @@ -1190,3 +1190,15 @@ ansible/ | Woodpecker | `woodpeckerci/woodpecker-server` | Note: Zot runs as a native binary on indri (built from source at `~/code/3rd/zot`), not as a container. + +--- + +## Plan Completion + +When all phases are complete and verified: + +```bash +# Move plan to completed directory with completion date +git mv plans/k8s-migration.md plans/completed/k8s-migration.$(date +%Y-%m-%d).md +git commit -m "Complete k8s migration plan" +```