Skip to content

Commit 0d24c68

Browse files
Increase unhealthyMachineConditions timeout to 30 minutes
Address review feedback to increase timeoutSeconds from 300 (5m) to 1800 (30m) for InfrastructureReady conditions to avoid premature remediation during VM provisioning.
1 parent 2e05877 commit 0d24c68

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/book/src/tasks/automated-machine-management/healthchecking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ spec:
6262
unhealthyMachineConditions:
6363
- type: "InfrastructureReady"
6464
status: Unknown
65-
timeoutSeconds: 300
65+
timeoutSeconds: 1800
6666
- type: "InfrastructureReady"
6767
status: "False"
68-
timeoutSeconds: 300
68+
timeoutSeconds: 1800
6969
# remediation configures if and how remediation is triggered if a Machine is unhealthy.
7070
remediation:
7171
triggerIf:

docs/book/src/tasks/experimental-features/cluster-class/write-clusterclass.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ spec:
197197
unhealthyMachineConditions:
198198
- type: "InfrastructureReady"
199199
status: Unknown
200-
timeoutSeconds: 300
200+
timeoutSeconds: 1800
201201
- type: "InfrastructureReady"
202202
status: "False"
203-
timeoutSeconds: 300
203+
timeoutSeconds: 1800
204204
remediation:
205205
triggerIf:
206206
unhealthyLessThanOrEqualTo: 33%
@@ -221,10 +221,10 @@ spec:
221221
unhealthyMachineConditions:
222222
- type: InfrastructureReady
223223
status: Unknown
224-
timeoutSeconds: 300
224+
timeoutSeconds: 1800
225225
- type: InfrastructureReady
226226
status: "False"
227-
timeoutSeconds: 300
227+
timeoutSeconds: 1800
228228
remediation:
229229
triggerIf:
230230
unhealthyInRange: "[0-2]"

docs/book/src/tasks/using-kustomize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ spec:
9999
unhealthyMachineConditions:
100100
- type: "InfrastructureReady"
101101
status: Unknown
102-
timeout: 300s
102+
timeout: 1800s
103103
- type: "InfrastructureReady"
104104
status: "False"
105-
timeout: 300s
105+
timeout: 1800s
106106
```
107107

108108
You would want to ensure the `clusterName` field in the MachineHealthCheck manifest appropriately

0 commit comments

Comments
 (0)