Calico: increase calico node probe timeouts and allow tunning (#7981)

This commit is contained in:
Cristian Calin
2021-09-18 02:08:07 +03:00
committed by GitHub
parent b83e8b020a
commit ae44aff330
3 changed files with 16 additions and 1 deletions

View File

@@ -305,6 +305,7 @@ spec:
{% endif %}
periodSeconds: 10
initialDelaySeconds: 10
timeoutSeconds: {{ calico_node_livenessprobe_timeout | default(10) }}
failureThreshold: 6
readinessProbe:
exec:
@@ -315,6 +316,7 @@ spec:
{% endif %}
- -felix-ready
periodSeconds: 10
timeoutSeconds: {{ calico_node_readinessprobe_timeout | default(10) }}
failureThreshold: 6
volumeMounts:
- mountPath: /lib/modules