Skip to content

Commit 4694daa

Browse files
authored
Merge pull request #12780 from k8s-infra-cherrypick-robot/cherry-pick-12779-to-release-1.11
[release-1.11] 📖 Show MHC unhealthyNodeConditions example
2 parents a71a2b1 + 1d2530a commit 4694daa

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)