stack-orchestrator/stack_orchestrator/deploy/k8s
A. F. Dudley 87761c7041 fix: imagePullPolicy for kind, job images, duplicate registry call, test namespace
- deploy_k8s.py: default imagePullPolicy to IfNotPresent for kind
  (local images loaded via kind load, not pulled from registry)
- cluster_info.py: add job images to image_set so they're loaded into kind
- deploy_k8s.py: remove duplicate create_registry_secret call (merge artifact)
- deploy_k8s.py: fix indentation in run_job job_pull_policy (replace_all damage)
- tests/k8s-deploy: update namespace from laconic-{id} to laconic-{stack_name}
  to match the new stack-derived namespace scheme from wd-a7b

All 15 k8s deploy e2e tests pass.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 23:34:51 +00:00
..
helm 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
cluster_info.py fix: imagePullPolicy for kind, job images, duplicate registry call, test namespace 2026-04-01 23:34:51 +00:00
deploy_k8s.py fix: imagePullPolicy for kind, job images, duplicate registry call, test namespace 2026-04-01 23:34:51 +00:00
helpers.py Merge fix/kind-mount-propagation: all local branches unified 2026-04-01 18:26:05 +00:00
k8s_command.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00