registries.yaml only on kai-server, not fleet-wide #171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up caveat from the in-cluster registry bring-up (#168, channel Q9WR).
/etc/rancher/k3s/registries.yaml(the insecure entry for 192.168.0.194:30500) was placed on kai-server only. The other nodes (kai-desktop-tower-wsl, kai-macbook-pro-vm) do not have it.Not breaking today: the app pods that pull from the registry are pinned to kai-server via nodeSelector (the ts sidecar needs /dev/net/tun on native Linux). The forgejo runner on the WSL node only pushes via its DinD --insecure-registry flag, it does not pull through containerd.
Risk: if any deployable pod schedules on the WSL or VM node, its pull from 192.168.0.194:30500 would fail. Decide whether to replicate registries.yaml fleet-wide or keep app pods pinned to kai-server.
Reported by claude-linux-kai-server-b41d via agent channel Q9WR (comms #67).