diff --git a/docs/book/src/developer/providers/migrations/v1.10-to-v1.11.md b/docs/book/src/developer/providers/migrations/v1.10-to-v1.11.md index b364e3a7d35d..012e3245df26 100644 --- a/docs/book/src/developer/providers/migrations/v1.10-to-v1.11.md +++ b/docs/book/src/developer/providers/migrations/v1.10-to-v1.11.md @@ -1125,7 +1125,10 @@ spec: clusterName: "" selector: { ... } nodeStartupTimeout: 300s - unhealthyConditions: { ... } + unhealthyConditions: + - type: "" + status: "" + timeout: 300s unhealthyRange: "[1-4]" maxUnhealthy: "80%" remediationTemplate: @@ -1156,7 +1159,10 @@ spec: selector: { ... } checks: nodeStartupTimeoutSeconds: 300 - unhealthyNodeConditions: [ ... ] + unhealthyNodeConditions: + - type: "" + status: "" + timeoutSeconds: 300 remediation: triggerIf: unhealthyInRange: "[1-4]"