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

This commit is contained in:
Cristian Calin
2021-10-21 15:06:10 +03:00
committed by GitHub
parent 87fee0cccf
commit f7242d39b9
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