Bump kea images to v0.1.3 (HA peer DNS startup wait) #344
Reference in New Issue
Block a user
Delete Branch "benvin/kea-v0.1.3"
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?
Why
kea-dhcp4 crash-loops on a cold container start: the HA hook resolves the StatefulSet peer URL hostnames once at config load, but the peer DNS records aren't resolvable in the first instant of a fresh container, and kea exits hard instead of retrying. Verified in-cluster that the rendered config validates once DNS is warm, so it's a startup race. kea-operator v0.1.3 gates dhcp4 startup on a bounded
kea-dhcp4 -tretry (~120s, then proceeds/fails loud).How