Skip to content

Commit

Permalink
Bump infra machinehealthcheck timeout to 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
tnierman committed Oct 27, 2023
1 parent 1d650ec commit 26b7420
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
timeout: "480s"
status: "False"
- type: "Ready"
timeout: "480s"
timeout: "600s"
status: "Unknown"
maxUnhealthy: 2
2 changes: 1 addition & 1 deletion hack/00-osd-managed-cluster-config-integration.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28164,7 +28164,7 @@ objects:
timeout: 480s
status: 'False'
- type: Ready
timeout: 480s
timeout: 600s
status: Unknown
maxUnhealthy: 2
- apiVersion: machine.openshift.io/v1beta1
Expand Down
2 changes: 1 addition & 1 deletion hack/00-osd-managed-cluster-config-production.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28164,7 +28164,7 @@ objects:
timeout: 480s
status: 'False'
- type: Ready
timeout: 480s
timeout: 600s
status: Unknown
maxUnhealthy: 2
- apiVersion: machine.openshift.io/v1beta1
Expand Down
2 changes: 1 addition & 1 deletion hack/00-osd-managed-cluster-config-stage.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28164,7 +28164,7 @@ objects:
timeout: 480s
status: 'False'
- type: Ready
timeout: 480s
timeout: 600s
status: Unknown
maxUnhealthy: 2
- apiVersion: machine.openshift.io/v1beta1
Expand Down

0 comments on commit 26b7420

Please sign in to comment.