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

Support KOPS values for private/public subnet tags #479

Merged
merged 1 commit into from
Jul 25, 2018

Conversation

argeualcantara
Copy link

Kops uses "1", and "true" for older versions, having to change and monitor every subnet to check if the value is empty is not practical at all, with this we check if the tag is the expected for private or public subnets, not it's value. Please consider this change.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 24, 2018
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 24, 2018
@bigkraig bigkraig merged commit cd2f3c0 into kubernetes-sigs:master Jul 25, 2018
@bigkraig
Copy link

Thanks! I didn't see that we could use wildcards.

@m15o
Copy link

m15o commented Jul 25, 2018

@bigkraig
Hi, we are using "kubernetes.io/role/internal-elb" tag with empty value. This PR breaks aws-ingress-controller working in our environment. It seems aws-ingress-controller is unable to find any subnet.

@argeualcantara
Copy link
Author

@m15o Do you have any logs to share?

@m15o
Copy link

m15o commented Jul 25, 2018

@argeualcantara
I re-checkd my logs, my situation is not coming from this PR. Sorry for misunderstanding.

I deleted a EKS cluster and created new one with the same cluster name. I forgot to delete target groups created by the old cluster. Then the new cluster tries to create the target group with the same name and failed.

bigkraig added a commit that referenced this pull request Oct 1, 2018
Support KOPS values for private/public subnet tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants