Merge all Kubezero updates for end of July release #8

Merged
stefan merged 35 commits from master into stable 2020-07-27 21:28:55 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit fc2698d11f - Show all commits

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