Skip to content

Commit

Permalink
Merge pull request #638 from openshift-cherrypick-robot/cherry-pick-6…
Browse files Browse the repository at this point in the history
…12-to-release-4.13

[release-4.13] OCPBUGS-22210: increase timeout for probes
  • Loading branch information
openshift-ci[bot] committed Oct 30, 2023
2 parents a044dd9 + 7c58ba7 commit 2c226ab
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions bindata/oauth-apiserver/deploy.yaml
Expand Up @@ -107,7 +107,7 @@ spec:
path: healthz
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
Expand All @@ -117,7 +117,7 @@ spec:
path: readyz
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 1
startupProbe:
Expand All @@ -127,7 +127,7 @@ spec:
path: healthz
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 30
terminationGracePeriodSeconds: 90 # a bit more than the 60 seconds timeout of non-long-running requests + the shutdown delay
Expand Down
6 changes: 3 additions & 3 deletions pkg/operator/assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pkg/operator/workload/testdata/sync_ds_scenario_1.yaml
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
annotations:
openshiftapiservers.operator.openshift.io/operator-pull-spec: ""
operator.openshift.io/spec-hash: "ec8656884875dc86e53a4ac56860dab6e0b75174cb05727c11be347f0706eff0"
operator.openshift.io/spec-hash: "8ee33dafe676726b34f44c7d7ea1db1d8e318c29232044323695da5d52342f56"
creationTimestamp: ~
labels:
apiserver: "true"
Expand Down Expand Up @@ -66,7 +66,7 @@ spec:
path: healthz
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
Expand All @@ -76,7 +76,7 @@ spec:
path: readyz
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 1
startupProbe:
Expand All @@ -86,7 +86,7 @@ spec:
path: healthz
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 30
name: oauth-apiserver
Expand Down
8 changes: 4 additions & 4 deletions pkg/operator/workload/testdata/sync_ds_scenario_2.yaml
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
annotations:
openshiftapiservers.operator.openshift.io/operator-pull-spec: ""
operator.openshift.io/spec-hash: "c6b69eb66aa5315d99749b9562ed2a54f6f4758e71d29929d6d1e4174b373ce2"
operator.openshift.io/spec-hash: "fc856dccb78052f4091e81833aaad06e7354f1e3a2a6fd15927b75e91f0cafde"
creationTimestamp: ~
labels:
apiserver: "true"
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
path: healthz
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
Expand All @@ -85,7 +85,7 @@ spec:
path: readyz
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 1
startupProbe:
Expand All @@ -95,7 +95,7 @@ spec:
path: healthz
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 30
name: oauth-apiserver
Expand Down
8 changes: 4 additions & 4 deletions pkg/operator/workload/testdata/sync_ds_scenario_3.yaml
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
annotations:
openshiftapiservers.operator.openshift.io/operator-pull-spec: ""
operator.openshift.io/spec-hash: "0b7f0eb3f3af25e1b7e70cd3a798c6f694348a5d62e6665dade9964499ce1f24"
operator.openshift.io/spec-hash: "12ebf32bd21d3cd5a2a3a2eb7f7689fdcced34406acd9b62dfd3859b97e2b931"
creationTimestamp: ~
labels:
apiserver: "true"
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
path: healthz
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
Expand All @@ -80,7 +80,7 @@ spec:
path: readyz
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 1
startupProbe:
Expand All @@ -90,7 +90,7 @@ spec:
path: healthz
initialDelaySeconds: 0
periodSeconds: 5
timeoutSeconds: 1
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 30
name: oauth-apiserver
Expand Down

0 comments on commit 2c226ab

Please sign in to comment.