mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 19:34:31 +00:00
k3d registry containers are addressed as k3d-NAME.localhost:PORT from inside the cluster, but containerd resolves that as 127.0.0.1 (loopback) which has nothing listening. The fix is to write /etc/rancher/k3s/registries.yaml on every server/agent node to mirror k3d-NAME.localhost:PORT -> http://k3d-NAME:PORT (Docker network DNS), then restart the node so containerd picks it up. _patch_k3d_registry_mirrors() is called from _ensure_k3d_registry() after the registry is confirmed running (idempotent — skips nodes already configured). This makes knoe-authority and any other image pushed to localhost:5000 immediately pullable inside the cluster as k3d-knoe-registry.localhost:5000/... Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ops | ||
| __init__.py | ||
| actions.py | ||
| build_context.py | ||
| cluster_storage_browser.py | ||
| cnpg_placement.py | ||
| controller.py | ||
| env.py | ||
| milestones.py | ||
| monitor.py | ||
| ollama_scan.py | ||
| onepassword.py | ||
| policy.py | ||
| prod_config.py | ||
| repair_pipeline_cli.py | ||
| storage_probe.py | ||
| stream_exec.py | ||
| topology.py | ||