You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/proposals/20191030-machine-health-checking.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -187,11 +187,11 @@ This is the default remediation strategy.
187
187
188
188
A generic mechanism for supporting externally provided custom remediation strategies.
189
189
190
-
We propose modifying the MachineHealthCheck CRD to support a externalRemediationTemplate, an ObjectReference to a provider-specific template CRD.
190
+
We propose modifying the MachineHealthCheck CRD to support a remediationTemplate, an ObjectReference to a provider-specific template CRD.
191
191
192
-
If no value for externalRemediationTemplate is defined for the MachineHealthCheck CR, the condition-based flow is preserved.
192
+
If no value for remediationTemplate is defined for the MachineHealthCheck CR, the condition-based flow is preserved.
193
193
194
-
If a value for externalRemediationTemplate is supplied and the Machine enters an unhealthy state, the template will be instantiated using existing CAPI functionality, with the same name and namespace as the target Machine, and the remediation flow passed to an External Remediation Controller (ERC) watching for that CR.
194
+
If a value for remediationTemplate is supplied and the Machine enters an unhealthy state, the template will be instantiated using existing CAPI functionality, with the same name and namespace as the target Machine, and the remediation flow passed to an External Remediation Controller (ERC) watching for that CR.
195
195
196
196
No further action (deletion or applying conditions) will be taken by the MachineHealthCheck controller until the Node becomes healthy, when it will locate and delete the instantiated MachineRemediation CR.
197
197
@@ -200,7 +200,7 @@ No further action (deletion or applying conditions) will be taken by the Machine
0 commit comments