Procházet zdrojové kódy

Merge pull request #8443 from vrutkovs/node-config-sync-api

API liveness probe: set timeout to 10 sec to prevent API restart if the system is busy
Scott Dodson před 6 roky
rodič
revize
c026faa9d2

+ 2 - 0
roles/openshift_control_plane/files/apiserver.yaml

@@ -39,12 +39,14 @@ spec:
         port: 8443
         path: healthz
       initialDelaySeconds: 45
+      timeoutSeconds: 10
     readinessProbe:
       httpGet:
         scheme: HTTPS
         port: 8443
         path: healthz/ready
       initialDelaySeconds: 10
+      timeoutSeconds: 10
   volumes:
   - name: master-config
     hostPath: