Fix kea CrashLoopBackOff: drop DHCP ntp hostnames, bump to v0.1.1 #338
Reference in New Issue
Block a user
Delete Branch "benvin/kea-crashloop-fix"
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?
kea-0/kea-1 crash-looped after the dhcp-system deploy. Two root causes:
ntp-serversoption (DHCP code 42) because that option carries IPv4 addresses only, but the KeaCluster supplied rotatingpool.ntp.orghostnames (DHCP4_CONFIG_LOAD_FAIL ... Failed to convert string to address '0.au.pool.ntp.org')./run/keaunix socket path — kea 2.6.5 permits only/var/run/kea(exact-string check). Fixed in kea-operator v0.1.1 (RunDir=/var/run/kea).ntpServersfrom the KeaCluster (not representable via DHCP option 42; add concrete NTP server IPs if ever needed).kubeconform + pre-commit green.
https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT