From 26b74205775197a3fc30427fd459ec3a351d7de0 Mon Sep 17 00:00:00 2001 From: Trevor Nierman Date: Fri, 27 Oct 2023 15:04:48 -0500 Subject: [PATCH] Bump infra machinehealthcheck timeout to 10m --- ...0-machine-api.srep-infra-healthcheck.MachineHealthCheck.yaml | 2 +- hack/00-osd-managed-cluster-config-integration.yaml.tmpl | 2 +- hack/00-osd-managed-cluster-config-production.yaml.tmpl | 2 +- hack/00-osd-managed-cluster-config-stage.yaml.tmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/osd-machine-api/010-machine-api.srep-infra-healthcheck.MachineHealthCheck.yaml b/deploy/osd-machine-api/010-machine-api.srep-infra-healthcheck.MachineHealthCheck.yaml index 9780bcea94..ef1ff3b64f 100644 --- a/deploy/osd-machine-api/010-machine-api.srep-infra-healthcheck.MachineHealthCheck.yaml +++ b/deploy/osd-machine-api/010-machine-api.srep-infra-healthcheck.MachineHealthCheck.yaml @@ -17,6 +17,6 @@ spec: timeout: "480s" status: "False" - type: "Ready" - timeout: "480s" + timeout: "600s" status: "Unknown" maxUnhealthy: 2 diff --git a/hack/00-osd-managed-cluster-config-integration.yaml.tmpl b/hack/00-osd-managed-cluster-config-integration.yaml.tmpl index bfd16b2371..10bdeee619 100644 --- a/hack/00-osd-managed-cluster-config-integration.yaml.tmpl +++ b/hack/00-osd-managed-cluster-config-integration.yaml.tmpl @@ -28164,7 +28164,7 @@ objects: timeout: 480s status: 'False' - type: Ready - timeout: 480s + timeout: 600s status: Unknown maxUnhealthy: 2 - apiVersion: machine.openshift.io/v1beta1 diff --git a/hack/00-osd-managed-cluster-config-production.yaml.tmpl b/hack/00-osd-managed-cluster-config-production.yaml.tmpl index bfd16b2371..10bdeee619 100644 --- a/hack/00-osd-managed-cluster-config-production.yaml.tmpl +++ b/hack/00-osd-managed-cluster-config-production.yaml.tmpl @@ -28164,7 +28164,7 @@ objects: timeout: 480s status: 'False' - type: Ready - timeout: 480s + timeout: 600s status: Unknown maxUnhealthy: 2 - apiVersion: machine.openshift.io/v1beta1 diff --git a/hack/00-osd-managed-cluster-config-stage.yaml.tmpl b/hack/00-osd-managed-cluster-config-stage.yaml.tmpl index bfd16b2371..10bdeee619 100644 --- a/hack/00-osd-managed-cluster-config-stage.yaml.tmpl +++ b/hack/00-osd-managed-cluster-config-stage.yaml.tmpl @@ -28164,7 +28164,7 @@ objects: timeout: 480s status: 'False' - type: Ready - timeout: 480s + timeout: 600s status: Unknown maxUnhealthy: 2 - apiVersion: machine.openshift.io/v1beta1