nodepool_spec_healthCheck
nodepool_spec_healthCheck
HealthCheck describes the rules of health checking
JSON Example
{
"maxUnhealthy": "string",
"nodeStartupTimeout": "string",
"unhealthyConditions": [
{
"status": "string",
"timeout": "string",
"type": "string"
}
]
}
string
maxUnhealthy
Optional
Any further remediation is only allowed if at most "MaxUnhealthy" machines selected by "selector" are not healthy.
string
nodeStartupTimeout
Optional
Machines older than this duration without a node will be considered to have failed and will be remediated.
unhealthyConditions
Optional
UnhealthyConditions contains a list of the conditions that determine whether a node is considered unhealthy. The conditions are combined in a logical OR, i.e. if any of the conditions is met, the node is unhealthy.