Skip to content

Commit 3062ab3

Browse files
committed
Docs: Show MHC unhealthyNodeConditions example
The migration docs for v1.10 - v1.11 mentions the change to the timeout field but the example doesn't show it. This commit adds it to the example. Signed-off-by: Lennart Jern <[email protected]>
1 parent 0db4bf4 commit 3062ab3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/book/src/developer/providers/migrations/v1.10-to-v1.11.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,10 @@ spec:
11251125
clusterName: ""
11261126
selector: { ... }
11271127
nodeStartupTimeout: 300s
1128-
unhealthyConditions: { ... }
1128+
unhealthyConditions:
1129+
- type: ""
1130+
status: ""
1131+
timeout: 300s
11291132
unhealthyRange: "[1-4]"
11301133
maxUnhealthy: "80%"
11311134
remediationTemplate:
@@ -1156,7 +1159,10 @@ spec:
11561159
selector: { ... }
11571160
checks:
11581161
nodeStartupTimeoutSeconds: 300
1159-
unhealthyNodeConditions: [ ... ]
1162+
unhealthyNodeConditions:
1163+
- type: ""
1164+
status: ""
1165+
timeoutSeconds: 300
11601166
remediation:
11611167
triggerIf:
11621168
unhealthyInRange: "[1-4]"

0 commit comments

Comments
 (0)