stack-orchestrator/stack_orchestrator
A. F. Dudley 8426d99ed9 Add kind cluster reuse and list command
- Add get_kind_cluster() to detect existing kind clusters
- Modify create_cluster() to reuse existing clusters automatically
- Add 'laconic-so deploy k8s list cluster' command
- Skip --stack requirement for k8s subcommand

This allows multiple deployments to share the same kind cluster,
simplifying local development workflows.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 04:08:16 -05:00
..
build Fixes for external stack deployment (#851) 2024-07-09 15:37:35 +00:00
data Add Caddy ingress controller support for kind deployments 2026-01-20 02:39:01 -05:00
deploy Add kind cluster reuse and list command 2026-01-20 04:08:16 -05:00
repos Fixes for external stack deployment (#851) 2024-07-09 15:37:35 +00: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 Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
command_types.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
constants.py Add support for k8s pod to node affinity and taint toleration (#917) 2024-08-15 20:32:58 +00:00
main.py Integrate SP auctions in webapp deployment flow (#950) 2024-10-21 07:02:06 +00:00
opts.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
update.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
util.py Path is not a context manager in python 3.13 (#971) 2025-10-16 17:55:44 +00:00
version.py Fixes for external stack deployment (#851) 2024-07-09 15:37:35 +00:00