stack-orchestrator/stack_orchestrator/deploy/k8s
A. F. Dudley 36c37d2bde wd-a7b: Fix cluster-id and namespace naming
- Replace token_hex cluster IDs with sortable timestamp-based IDs
  (laconic-{base62_timestamp}{random_suffix}) via new ids.py module
- Check for existing Kind cluster before generating a new cluster-id
- Derive k8s namespace from stack name instead of compose_project_name
  (e.g. laconic-dumpster instead of laconic-<random>)
- Plumb namespace through to secret generation instead of hardcoding
  'default'

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 08:01:11 +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 wd-a7b: Fix cluster-id and namespace naming 2026-03-16 08:01:11 +00:00
deploy_k8s.py wd-a7b: Fix cluster-id and namespace naming 2026-03-16 08:01:11 +00:00
helpers.py wd-a7b: Fix cluster-id and namespace naming 2026-03-16 08:01:11 +00:00
k8s_command.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00