-
Notifications
You must be signed in to change notification settings - Fork 580
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
Inconsistent kubernetes.io/cluster/
tag usage with EKS
#3572
Comments
@richardcase: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I will give it a try! /assign |
#3329 |
Yes, that PR was needed to make LBs work on EKS. It looks like I missed this inconsistency with the cluster name. |
Could we change the tag when we create the EKS cluster in AWS? |
I consulted @knabben with what I think should fix it in their PR here #3573 (comment) |
If the final tag agreed is the EKS cluster name the change in the EKS |
/kind bug
/help
/good-first-issue
/priority backlog
/triage accepted
What steps did you take and what happened:
When creating an EKS cluster that then has services of type load balancer within it the
kubernetes.io/cluster/
tags are not consistent across the EKS service and tags for resources created by the CCM, such as ELB/NLBs.Create a cluster with the following manifest:
When the
Cluster
is Ready in the AWS console look at the tags for th EKS cluster and you'll see:Now create a service of type load balancer, so:
Got to the EC2 service in the AWS console and look at the tags for the load balancer created and you'll see:
We should make the tag name on the EKS cluster be the "eksclustername"
What did you expect to happen:
I expect the
kubernetes.io/cluster/
tag name to be consistent/Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: