소스 검색

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 6 년 전
부모
커밋
c026faa9d2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      roles/openshift_control_plane/files/apiserver.yaml

+ 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: