Bump kea images to v0.1.3 (HA peer DNS startup wait) #344

Merged
benvin merged 1 commits from benvin/kea-v0.1.3 into main 2026-08-08 23:36:26 +10:00
Owner

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 -t retry (~120s, then proceeds/fails loud).

How

  • bump kea-operator, kea, and kea-api images to v0.1.3
## 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 -t` retry (~120s, then proceeds/fails loud). ## How - bump kea-operator, kea, and kea-api images to v0.1.3
unkinben added 1 commit 2026-08-08 22:46:09 +10:00
Bump kea images to v0.1.3 (HA peer DNS startup wait)
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
fa3fb081a3
## Why
kea-dhcp4 crash-loops on cold start because the HA hook resolves peer DNS once at load, before the fresh container's DNS is ready. kea-operator v0.1.3 gates dhcp4 startup on a config-validate retry.

## How
- bump kea-operator, kea, and kea-api images to v0.1.3
benvin merged commit 2739a29778 into main 2026-08-08 23:36:26 +10:00
benvin deleted branch benvin/kea-v0.1.3 2026-08-08 23:36:26 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#344