We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0db4bf4 + 3062ab3 commit 605c987Copy full SHA for 605c987
docs/book/src/developer/providers/migrations/v1.10-to-v1.11.md
@@ -1125,7 +1125,10 @@ spec:
1125
clusterName: ""
1126
selector: { ... }
1127
nodeStartupTimeout: 300s
1128
- unhealthyConditions: { ... }
+ unhealthyConditions:
1129
+ - type: ""
1130
+ status: ""
1131
+ timeout: 300s
1132
unhealthyRange: "[1-4]"
1133
maxUnhealthy: "80%"
1134
remediationTemplate:
@@ -1156,7 +1159,10 @@ spec:
1156
1159
1157
1160
checks:
1158
1161
nodeStartupTimeoutSeconds: 300
- unhealthyNodeConditions: [ ... ]
1162
+ unhealthyNodeConditions:
1163
1164
1165
+ timeoutSeconds: 300
1166
remediation:
1167
triggerIf:
1168
unhealthyInRange: "[1-4]"
0 commit comments