Disable healthchecks for disabled bird
This commit is contained in:
parent
41e9752533
commit
d74bb037d8
@ -3522,7 +3522,7 @@ spec:
|
|||||||
key: calico_backend
|
key: calico_backend
|
||||||
# Cluster type to identify the deployment type
|
# Cluster type to identify the deployment type
|
||||||
- name: CLUSTER_TYPE
|
- name: CLUSTER_TYPE
|
||||||
value: "k8s,bgp"
|
value: "k8s,kubeadm"
|
||||||
# Auto-detect the BGP IP address.
|
# Auto-detect the BGP IP address.
|
||||||
- name: IP
|
- name: IP
|
||||||
value: "autodetect"
|
value: "autodetect"
|
||||||
@ -3585,7 +3585,6 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /bin/calico-node
|
- /bin/calico-node
|
||||||
- -felix-live
|
- -felix-live
|
||||||
- -bird-live
|
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
failureThreshold: 6
|
failureThreshold: 6
|
||||||
@ -3594,7 +3593,6 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- /bin/calico-node
|
- /bin/calico-node
|
||||||
- -felix-ready
|
- -felix-ready
|
||||||
- -bird-ready
|
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /lib/modules
|
- mountPath: /lib/modules
|
||||||
|
Loading…
Reference in New Issue
Block a user