-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EKS] [request]: tag Kubernetes managed nodes with node-role.kubernetes.io/<node-group-name>=true #733
Comments
Nodes created using an EKS Managed Nodegroup have label key:
|
Closing as this functionality exists. |
@tabern I disagree with you: the label exists and can be used for filtering but what I was asking for, though, is that the on purpose |
@yann-soubeyrand i agree with you |
@yann-soubeyrand i agree too |
@yann-soubeyrand i agree with you |
@tabern could you please consider reopening this issue? |
Community Note
Tell us about your request
The Kubernetes managed nodes should be tagged with
node-role.kubernetes.io/<node-group-name>=true
which would make the node group name visible at a quick glance when doingkubectl get nodes
and would allow to quickly identify the nodes.Which service(s) is this request for?
EKS.
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
When one has many node groups in a cluster, it's really convenient to be able to quickly identify which node group a node is part of. The de facto standard node-role.kubernetes.io/=true tag allows for this to happen when listing nodes with kubectl.
Are you currently working around this issue?
No, since tags ending with kubernetes.io aren't allowed on managed node groups.
The text was updated successfully, but these errors were encountered: