API liveness probe: set timeout to 10 sec to prevent API restart if the system is busy
@@ -39,12 +39,14 @@ spec:
port: 8443
path: healthz
initialDelaySeconds: 45
+ timeoutSeconds: 10
readinessProbe:
httpGet:
scheme: HTTPS
path: healthz/ready
initialDelaySeconds: 10
volumes:
- name: master-config
hostPath: