Add Liveness probe to Calico-Kubecontrollers
This commit is to add liveness probe to the calico kubecontroller containers. Change-Id: I99e5b0c1e04d94605efa8bfe6863f1f50c2692cd
This commit is contained in:
parent
a63f3b3662
commit
d8bc4f0c48
@ -163,6 +163,11 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /usr/bin/check-status
|
- /usr/bin/check-status
|
||||||
- -r
|
- -r
|
||||||
|
livenessProbe:
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- /usr/bin/check-status
|
||||||
|
- -r
|
||||||
volumes:
|
volumes:
|
||||||
- name: calico-etcd-secrets
|
- name: calico-etcd-secrets
|
||||||
secret:
|
secret:
|
||||||
|
Loading…
Reference in New Issue
Block a user