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 `object`s - `HetznerBareMetalMachines` in this case. For more information about how to use remediations, see [Advanced CAPH](/docs/caph/topics/advanced/custom-templates-mhc). `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 Remediation strategy to be applied. Type of the remediation strategy. At the moment, only "Reboot" is supported. Set maximum of remediation retries. Zero retries if not set. Timeout of one remediation try. Should be of the form "10m", or "40s".