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 periodSeconds: 10
initialDelaySeconds: 10 initialDelaySeconds: 10
failureThreshold: 6 failureThreshold: 6
timeoutSeconds: 3
readinessProbe: readinessProbe:
exec: exec:
command: command:
- /bin/calico-node - /bin/calico-node
- -felix-ready - -felix-ready
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 3
volumeMounts: volumeMounts:
- mountPath: /lib/modules - mountPath: /lib/modules
name: lib-modules name: lib-modules