stack-orchestrator/stack_orchestrator/deploy/k8s
A. F. Dudley 2f4dd4ce12 Add command/entrypoint support for K8s deployments
Docker-compose command and entrypoint are now passed to K8s:
- entrypoint -> K8s command (overrides ENTRYPOINT)
- command -> K8s args (overrides CMD)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 05:57:38 -05:00
..
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
cluster_info.py Add command/entrypoint support for K8s deployments 2026-01-20 05:57:38 -05:00
deploy_k8s.py Add kind cluster reuse and list command 2026-01-20 04:08:16 -05:00
helpers.py Implement docker-compose variable expansion for K8s 2026-01-20 05:46:37 -05:00
k8s_command.py Add kind cluster reuse and list command 2026-01-20 04:08:16 -05:00