alice_wang

Results 6 comments of alice_wang

Hi all, we have added the support for customer setting/unsetting labels with the prefix node-role.kubernetes.io/*. Please give it a try and let us know if you run into any issues....

@R-Studio This is by design not supported by following kubernetes official document. Please check first sentence in https://kubernetes.io/docs/reference/labels-annotations-taints/ _Kubernetes reserves all labels, annotations and taints in the kubernetes.io and k8s.io...

Also a kind reminder, please don't apply label `node-role.kubernetes.io/` though AKS API, which may cause new node with this label fail to join the cluster. This label can only be...

@voyvodov There is no restriction for user to apply label `node-role.kubernetes.io/` through kubectl or kubeclient. @R-Studio I would suggest use controller component to apply labels through kubectl or kubeclient after...

@voyvodov AKS does not add/update label via controller. Label/taint feature of AKS guarantee that labels/taints are there **at the same time as** node join the cluster. 1. If you **create**...

We are exploring upstream approach to support this apply `node-role.kubernetes.io/*` label through AKS API. Will update if possible. Meanwhile there is no restriction for user to apply `node-role.kubernetes.io/*` label on...