stack-orchestrator/stack_orchestrator
A. F. Dudley 8119b25add bar-822: replace kind load with local registry for image loading
kind load docker-image serializes the full image (docker save | ctr import),
taking 5-10 minutes per cluster recreate. Replace with a persistent local
registry (registry:2 on port 5001) that survives kind cluster deletes.

stack-orchestrator changes:
- helpers.py: replace load_images_into_kind() with ensure_local_registry(),
  connect_registry_to_kind_network(), push_images_to_local_registry()
- helpers.py: add registry mirror to containerdConfigPatches so kind nodes
  pull from localhost:5001 via the kind-registry container
- deploy_k8s.py: rewrite local container image refs to localhost:5001/...
  so containerd pulls from the registry instead of local store

Ansible changes:
- biscayne-sync-tools.yml: ensure registry container before build, then
  tag+push to local registry after build (build-container tag)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 08:37:53 +00:00
..
build Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
data Fix Caddy ingress ACME email and RBAC issues 2026-02-03 17:15:19 -05:00
deploy bar-822: replace kind load with local registry for image loading 2026-03-10 08:37:53 +00:00
repos Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
__main__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
base.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
command_types.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
constants.py Fix Caddy ingress ACME email and RBAC issues 2026-02-03 17:15:19 -05:00
main.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
opts.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
update.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00
util.py Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
version.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00