jackfrancis/kamino

Ensure node candidates are not control plane VMSS instances

Closed this issue · 1 comments

In terms of AKS Engine, we label the control plane VMs thusly:

  • kubernetes.io/role: master

We should ensure that if a node has that label, we don't select that as a candidate node.

As of v0.0.4 of the container, this is completed.