nodePool_config

nodePool_config
nodePool_config

CPU reservation configuration for worker nodes

JSON Example
{
    "cpuManagerPolicy": {
        "type": "string",
        "policy": "string",
        "properties": {
            "kubeReserved": {
                "cpu": 0,
                "memoryInGiB": 0
            },
            "systemReserved": {
                "cpu": 0,
                "memoryInGiB": 0
            }
        }
    },
    "healthCheck": {
        "nodeStartupTimeout": "string",
        "unhealthyConditions": [
            {
                "type": "string",
                "status": "string",
                "timeout": "string"
            }
        ]
    }
}
cpuManagerPolicy
Optional

cpuManagerPolicy

healthCheck
Optional

healthCheck

Property Of