mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Bump up glbc version
This commit is contained in:
parent
fc57d76018
commit
e4302a2b41
@ -12,7 +12,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 600
|
terminationGracePeriodSeconds: 600
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/glbc:0.8.0
|
- image: gcr.io/google_containers/glbc:0.9.0
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
@ -43,7 +43,7 @@ spec:
|
|||||||
# TODO: split this out into args when we no longer need to pipe stdout to a file #6428
|
# TODO: split this out into args when we no longer need to pipe stdout to a file #6428
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- '/glbc --default-backend-service=kube-system/default-http-backend --sync-period=60s --running-in-cluster=false --use-real-cloud=true --config-file-path=/etc/gce.conf --healthz-port=8086 1>>/var/log/glbc.log 2>&1'
|
- '/glbc --verbose=true --default-backend-service=kube-system/default-http-backend --sync-period=60s --running-in-cluster=false --use-real-cloud=true --config-file-path=/etc/gce.conf --healthz-port=8086 1>>/var/log/glbc.log 2>&1'
|
||||||
volumes:
|
volumes:
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /etc/gce.conf
|
path: /etc/gce.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user