Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.61k stars 5.03k forks source link

Agent Pool API cannot add nodeTaints to node pool while updating #11137

Open neil-yechenwei opened 3 years ago

neil-yechenwei commented 3 years ago

After checked, seems taints cannot be added to node after created successfully per document. Seems when these were first introduced these could be updated, but that behavior has since changed. So could service team confirm if there's plans to change that, so this field can be updated?

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm.

grigoni commented 1 year ago

what is the status about this VERY important feature/bug?

bergethon commented 1 year ago

+1, would be a very nice feature to have. Maintaining this through kubectl when using VMSS is not ideal.

mseiwald commented 9 months ago

What is the state of this? With the CLI az aks nodepool update it is already possible to add labels/taints to a node pool in-place. In terraform it leads to re-creation of the node pool. Is the CLI using a different API?

c4milo commented 1 month ago

It has been 4 years, any update on this?