-
Notifications
You must be signed in to change notification settings - Fork 631
Add AWS cloud provider tags to pre-existing infrastructure #2715
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
Add AWS cloud provider tags to pre-existing infrastructure #2715
Conversation
Welcome @pydctw! |
Hi @pydctw. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
c1c9722
to
f716b9a
Compare
@pydctw looks like the release note is not written in release note block, that's why bot added |
@scottslowe, could you please review if it meets your requirements? |
Do we need to make this opt-in? What if you haven't granted permissions to tag subnets, should we block cluster creation entirely? |
Let's also make the release note more specific about what tag is being added. |
/priority important-soon |
/area networking |
@pydctw I'm heading out of town on holiday, and wouldn't be much help in a code review anyway (still learning Golang). Happy to test a pre-release build in my test environment when I get back from holiday, if that would help. |
@scottslowe that's fine scott. enjoy your holiday! |
Add `kubernetes.io/cluster/<name> = shared`, `kubernetes.io/role/internal-elb = 1` to private subnets Add `kubernetes.io/cluster/<name> = shared`, `kubernetes.io/role/elb = 1` to public subnets
f716b9a
to
f125b76
Compare
@randomvariable, I updated the PR as discussed. If tagging fails for unmanaged subnets, we record an event and proceed to cluster creation, hence preserving the current behavior. Added a test case named "Unmanaged VPC, 2 existing matching subnets, subnet tagging fails, should succeed" for the case. |
/lgtm |
Yeah seems good to me as well: /lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: randomvariable The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Support writing AWS cloud provider tags on pre-existing infrastructure
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes # #2584
Checklist:
Release note: