Currently it's not possible to taint System pool (default agent's pool) within the module.
Please allow for the parameter: [only_critical_addons_enabled = bool] or at least just a taint block to be added, e.g.
agent_taints = [
"CriticalAddonsOnly=true:NoSchedule"
]
Existing nodepools cannot be tainted after creation, only the single nodes within them.
Currently it's not possible to taint System pool (default agent's pool) within the module.
Please allow for the parameter: [only_critical_addons_enabled = bool] or at least just a taint block to be added, e.g.
agent_taints = [
"CriticalAddonsOnly=true:NoSchedule"
]
Existing nodepools cannot be tainted after creation, only the single nodes within them.