cluster_config_healthCheck

cluster_config_healthCheck
cluster_config_healthCheck
JSON Example
{
    "nodeStartupTimeout": "string",
    "unhealthyConditions": [
        {
            "type": "string",
            "status": "string",
            "timeout": "string"
        }
    ]
}
string
nodeStartupTimeout
Optional

NodeStartupTimeout determines how long a MachineHealthCheck should wait for a Node to join the cluster, before considering a Machine unhealthy

unhealthyConditions
Required

Conditions to check on Nodes for matched Machines, if any condition is matched for the duration of its timeout, the Machine is considered unhealthy

Property Of