mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 14:14:31 +00:00
k3d-prole-registry was squatting on port 5000, leaving k3d-knoe-registry in created state. Two bugs made this invisible: - k3d_registry.py: substring match (name in stdout) matched k3d-knoe-registry as already-exists without checking STATUS=running; add _k3d_registry_running() requiring last column == running, detect and delete prole-registry before creating knoe-registry, recreate if found in non-running state - status_common_services.sh: grep -qx 'knoe-registry' (exact) never matched k3d prefix 'k3d-knoe-registry'; fix with awk suffix match + STATUS==running Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _garage_common.py | ||
| _services_common.py | ||
| cloudnative_pg.py | ||
| garage_store.py | ||
| gke_clusters.py | ||
| k3d_garage_store.py | ||
| k3d_registry.py | ||
| k3s_garage_store.py | ||
| k3s_registry.py | ||
| k8s_garage_store.py | ||
| k8s_registry.py | ||
| monitoring.py | ||
| openbao.py | ||
| opentofu.py | ||
| registry.py | ||
| storage.py | ||