HetznerBareMetalRemediationTemplate
In HetznerBareMetalRemediationTemplate you can define all important properties for HetznerBareMetalRemediations. With this remediation, you can define a custom method for the manner of how Machine Health Checks treat the unhealthy objects - HetznerBareMetalMachines in this case. For more information about how to use remediations, see Advanced CAPH . HetznerBareMetalRemediations are reconciled by the HetznerBareMetalRemediationController, which reconciles the remediatons and triggers the requested type of remediation on the relevant HetznerBareMetalMachine.
Overview of HetznerBareMetalRemediationTemplate.Spec#
template.spec.strategy
type: object
Remediation strategy to be applied.
template.spec.strategy.type
type: string
Type of the remediation strategy. At the moment, only "Reboot" is supported.
default: Reboot
template.spec.strategy.retryLimit
type: int
Set maximum of remediation retries. Zero retries if not set.
default: 0
template.spec.strategy.timeout
type: string
Timeout of one remediation try. Should be of the form "10m", or "40s".
required
required