Skip to content

Commit 605c987

Browse files
authored
Merge pull request #12779 from Nordix/lentzi90/mhc-migration-docs
📖 Show MHC unhealthyNodeConditions example
2 parents 0db4bf4 + 3062ab3 commit 605c987

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)