Bump kea images to v0.1.3 (HA peer DNS startup wait)
## 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
This commit is contained in:
@@ -11,7 +11,7 @@ metadata:
|
|||||||
argocd.argoproj.io/sync-wave: "1"
|
argocd.argoproj.io/sync-wave: "1"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image: git.unkin.net/unkin/kea-api:v0.1.2
|
image: git.unkin.net/unkin/kea-api:v0.1.3
|
||||||
tokenSecretName: kea-api-token
|
tokenSecretName: kea-api-token
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
argocd.argoproj.io/sync-wave: "1"
|
argocd.argoproj.io/sync-wave: "1"
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
image: git.unkin.net/unkin/kea:v0.1.2
|
image: git.unkin.net/unkin/kea:v0.1.3
|
||||||
domainName: main.unkin.net
|
domainName: main.unkin.net
|
||||||
defaultLeaseTime: 1200
|
defaultLeaseTime: 1200
|
||||||
maxLeaseTime: 86400
|
maxLeaseTime: 86400
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
containers:
|
containers:
|
||||||
- name: operator
|
- name: operator
|
||||||
image: git.unkin.net/unkin/kea-operator:v0.1.2
|
image: git.unkin.net/unkin/kea-operator:v0.1.3
|
||||||
args:
|
args:
|
||||||
- --metrics-bind-address=:8080
|
- --metrics-bind-address=:8080
|
||||||
- --health-probe-bind-address=:8081
|
- --health-probe-bind-address=:8081
|
||||||
|
|||||||
Reference in New Issue
Block a user