Add Kubernetes migration plan documentation #24

Merged
eblume merged 21 commits from feature/k8s-migration-plan into main 2026-01-17 17:34:54 -08:00
2 changed files with 1220 additions and 0 deletions

View file

@ -53,6 +53,16 @@ Some important places you can look:
~/code/work # FORBIDDEN, never go here, avoid searching it
```
## Third-Party Projects
When a task requires cloning or using a third-party git repository (e.g., for building from source), **ask the user to mirror it on forge first**, then clone from the mirror:
- Mirror location: `https://forge.tail8d86e.ts.net/eblume/<project>.git`
- Clone to: `~/code/3rd/<project>/`
This avoids external dependencies and ensures the project is available even if the upstream is unreachable. Example mirrors:
- `https://forge.tail8d86e.ts.net/eblume/zot.git` (container registry)
- `https://forge.tail8d86e.ts.net/eblume/devpi.git` (PyPI proxy)
## Task Discovery
To discover pending blumeops tasks, run:

1210
plans/k8s-migration.md Normal file

File diff suppressed because it is too large Load diff