You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do you want this feature?
In our use case, we utilize node-role.kuberneties.io/{role-name} labels. It is also useful for identifying nodes in the cluster when using tools like kubectl. Example:
$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
ip-192-168-66-184.us-west-2.compute.internal Ready jarvice-compute 37m v1.11.5
ip-192-168-71-24.us-west-2.compute.internal Ready jarvice-compute 37m v1.11.5
ip-192-168-75-4.us-west-2.compute.internal Ready jarvice-system 37m v1.11.5
Currently, eksctl doesn't allow any label matching the kubernetes.io domain. This makes perfect sense with respect to labels that should be immutable ("kubernetes.io/arch", kubernetes.io/hostname", etc.) However, node role labels don't seem to fall into that category.
What feature/behavior/change do you want?
Please alllow node role labeling. i.e. node-role.kubernetes.io/{role-name} e.g. node-role.kubernetes.io/compute
The text was updated successfully, but these errors were encountered:
Why do you want this feature?
In our use case, we utilize node-role.kuberneties.io/{role-name} labels. It is also useful for identifying nodes in the cluster when using tools like kubectl. Example:
Currently, eksctl doesn't allow any label matching the kubernetes.io domain. This makes perfect sense with respect to labels that should be immutable ("kubernetes.io/arch", kubernetes.io/hostname", etc.) However, node role labels don't seem to fall into that category.
What feature/behavior/change do you want?
Please alllow node role labeling. i.e. node-role.kubernetes.io/{role-name} e.g. node-role.kubernetes.io/compute
The text was updated successfully, but these errors were encountered: