Bump kea images to v0.1.2 (socket dir 0750 fix) #343
Reference in New Issue
Block a user
Delete Branch "benvin/kea-v0.1.2"
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 and kea-ctrl-agent crash-loop because kea 2.6.5 refuses a unix-socket directory more relaxed than 0750, but the operator's shared emptyDir mounts
/var/run/keaat 0777 ('socket-name' is invalid: socket path:/var/run/kea ... more relaxed permissions than 750). kea-operator v0.1.2 renders entrypoints that tighten it.How
kea-operator v0.1.2 renders entrypoints that chmod /var/run/kea to 0750, resolving the remaining CrashLoopBackOff where kea rejected the 0777 emptyDir socket directory ("more relaxed permissions than 750"). - Bump kea-operator, kea, and kea-api images v0.1.1 -> v0.1.2. Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT