-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix CloudFormation template tags for NatGateway #8051
Conversation
Hi @hakman. Thanks for your PR. I'm waiting for a kubernetes 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 |
/assign @gambol99 |
Nice work! I noticed this wasn't under any test coverage so I opened #8053 to add that. Once that is merged we should rebase this PR and update the expected cloudformation output to match the fixed tag format. |
Thanks @rifelpet. Good idea. For reference: kubernetes-retired/kube-aws#38 |
If there isn't an issue open already regarding the size limit, perhaps you could open one? It sounds reasonable to me. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman, rifelpet 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 |
…-origin-release-1.17 Automated cherry pick of #8051: Fix CloudFormation template tags for NatGateway
CloudFormation template that is generated by Kops has the tags in the AWS::EC2::NatGateway incorrectly formatted and fails to install, as described in #7452 .
I cannot confirm that the Tags section is unsupported anymore for AWS::EC2::EIP. For me works without any problem.
Fixes #7452