-
Notifications
You must be signed in to change notification settings - Fork 1.5k
CORS-4064, CORS-4187: Add support for multi zonal NAT gateways #9773
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
CORS-4064, CORS-4187: Add support for multi zonal NAT gateways #9773
Conversation
|
@rna-afk: This pull request references CORS-4064 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
ec3602c to
e18526f
Compare
43a70a3 to
72a16de
Compare
|
@rna-afk: This pull request references CORS-4064 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. This pull request references CORS-4187 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@rna-afk: This pull request references CORS-4064 which is a valid jira issue. This pull request references CORS-4187 which is a valid jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retest |
72a16de to
c9719c8
Compare
1028092 to
15bcb23
Compare
de423e3 to
14ee71a
Compare
|
This is looking pretty good to me. What do you think @patrickdillon and @sadasu ? |
|
/test verify-codegen |
updating capz to latest commit that has the upstream PR enabling the setting of zone in the nat gateways.
Adding support to install multiple NAT gateways per subnet in the specific zones they need to be in. Also, allowing the users to bring their own subnets. (NAT gateways on BYO subnets are not supported by CAPZ, it just creates a dummy NAT gateway and doesn't attach it to the subnet).
|
Sorry for the confusion: you do need to run |
14ee71a to
1ed30f0
Compare
|
/lgtm I'll wait for feedback from @patrickdillon and @sadasu before /approve |
|
/assign |
Distributing the compute subnets across NAT gateways. Depends on nat gateway availability zones and vm zones.
1ed30f0 to
13b9636
Compare
|
/lgtm |
|
Tested with latest change, all functions are currently working well, no other issue have been found. /verified by jima |
|
@jinyunma: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhixson74 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 |
e8da62a
into
openshift:main
|
@rna-afk: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
Adding support to install multiple NAT gateways per subnet.
The zone in which they will be installed is not customizable
due to needing an upstream PR to fix CAPZ.