Make calico nodes a little more tolerant to CPU spikes

This commit is contained in:
Stefan Reimer 2020-07-15 17:13:40 +01:00
parent bb90238623
commit 0f93e973c9

View File

@ -487,12 +487,14 @@ spec:
periodSeconds: 10
initialDelaySeconds: 10
failureThreshold: 6
timeoutSeconds: 3
readinessProbe:
exec:
command:
- /bin/calico-node
- -felix-ready
periodSeconds: 10
timeoutSeconds: 3
volumeMounts:
- mountPath: /lib/modules
name: lib-modules