Fix kea CrashLoopBackOff: drop DHCP ntp hostnames, bump to v0.1.1 #338

Merged
benvin merged 1 commits from benvin/kea-crashloop-fix into main 2026-08-08 18:28:41 +10:00

1 Commits

Author SHA1 Message Date
Ben Vincent ad985a5a13 Fix kea CrashLoopBackOff: drop undeliverable DHCP ntp hostnames, bump to v0.1.1
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
kea-0/kea-1 crash-looped after the dhcp-system deploy. Two causes:
1) kea-dhcp4 rejected the ntp-servers option (code 42) because DHCP option 42 carries IPv4 addresses only, but the CR supplied rotating pool.ntp.org hostnames.
2) kea-ctrl-agent/dhcp4 rejected the /run/kea unix socket path (kea 2.6.5 permits only /var/run/kea) -- fixed in kea-operator v0.1.1.

- Remove ntpServers from the KeaCluster (not representable via DHCP option 42).
- Bump kea-operator, kea, and kea-api images to v0.1.1 (socket-path fix).

Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT
2026-08-06 23:41:33 +10:00