Skip to content
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]: ability to add node labels with an empty value #2447

Open
borg-z opened this issue Oct 16, 2024 · 0 comments
Open

[EKS] [request]: ability to add node labels with an empty value #2447

borg-z opened this issue Oct 16, 2024 · 0 comments
Labels
EKS Managed Nodes EKS Managed Nodes EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue

Comments

@borg-z
Copy link

borg-z commented Oct 16, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request

We would like Amazon EKS to support node labels with empty values. This would allow us to use node selectors such as node-role.kubernetes.io/control-plane: "", which is a valid configuration in Kubernetes but currently not supported by EKS.

Which service(s) is this request for?

EKS (Elastic Kubernetes Service)

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

In Kubernetes, it's valid to assign node labels with empty values, such as node-role.kubernetes.io/control-plane: "". This practice is useful for certain node selection and scheduling strategies. However, when creating node groups in EKS, specifying labels with empty values is not permitted. This limitation prevents us from implementing our desired node selection mechanisms, complicating our infrastructure management and deployment processes.

Are you currently working around this issue?

Additional context

This issue is similar to the one discussed in aws-sdk-go-v2 issue #2267, where creating node groups with empty label values is not supported by EKS despite being valid in Kubernetes. Our interaction with EKS is managed through Pulumi, which abstracts some of the AWS SDK functionalities, but the limitation regarding empty label values persists.

Attachments

No attachments at this time.

@borg-z borg-z added the Proposed Community submitted issue label Oct 16, 2024
@mikestef9 mikestef9 added EKS Amazon Elastic Kubernetes Service EKS Managed Nodes EKS Managed Nodes labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EKS Managed Nodes EKS Managed Nodes EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

2 participants