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 3fc58d5c1e
commit fc2698d11f
1 changed files with 2 additions and 0 deletions

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