mirror of https://github.com/kubernetes/kops.git
Make cilium operator health check go against localhost IP
Health check will fail otherwise
This commit is contained in:
parent
fbd53e295a
commit
7e87eddbea
|
@ -736,6 +736,7 @@ spec:
|
|||
{{ end }}
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
host: "127.0.0.1"
|
||||
path: /healthz
|
||||
port: 9234
|
||||
scheme: HTTP
|
||||
|
|
|
@ -97,7 +97,7 @@ spec:
|
|||
- id: k8s-1.12
|
||||
kubernetesVersion: '>=1.12.0'
|
||||
manifest: networking.cilium.io/k8s-1.12.yaml
|
||||
manifestHash: e48ec2946be06a6e324cb19853381bcd2bf78ea2
|
||||
manifestHash: b9cc0e3b5e63d6aa283e2d1111a150680745abd2
|
||||
name: networking.cilium.io
|
||||
selector:
|
||||
role.kubernetes.io/networking: "1"
|
||||
|
|
Loading…
Reference in New Issue