Skip to content

Commit

Permalink
Make cilium operator health check go against localhost IP
Browse files Browse the repository at this point in the history
Health check will fail otherwise
  • Loading branch information
Ole Markus With committed Mar 25, 2020
1 parent fbd53e2 commit 7e87edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ spec:
{{ end }}
livenessProbe:
httpGet:
host: "127.0.0.1"
path: /healthz
port: 9234
scheme: HTTP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7e87edd

Please sign in to comment.