mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 14:44:32 +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> |
||
|---|---|---|
| .. | ||
| core | ||
| ops | ||
| scripts | ||
| tools | ||
| ui | ||
| __init__.py | ||
| build.py | ||
| config.py | ||
| core.py | ||
| deploy.py | ||
| deployment.py | ||
| knoe_conf.py | ||
| main.py | ||
| milestone.py | ||
| ncurses_installer.py | ||
| ncurses_ui.py | ||
| README.md | ||
| runner.py | ||
| screen.py | ||
| state.py | ||
| welcome.txt | ||
Moved
This document has moved. Please see the up-to-date installer guide at:
installer/README.md
The root-level file is kept only as a pointer to avoid breaking links during the refactor.