-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[WIP] Bug 1829475: Updating AWS UPI proxy to blackhole the private subnets #5308
Conversation
4a9323e
to
8785d9a
Compare
/test pj-rehearse |
1 similar comment
/test pj-rehearse |
24bfe7c
to
49f4e99
Compare
44207da
to
0ea5bc7
Compare
30d5512
to
4452c7a
Compare
30dd18f
to
2c7b378
Compare
/test pj-rehearse |
1 similar comment
/test pj-rehearse |
ba92992
to
b2f197b
Compare
/retest |
ea5c6d0
to
2a326c3
Compare
I'm for proceeding so we can improve our aws proxy coverage. Can you link an issue for adding support for other providers? Maybe update the title of this PR to reflect AWS support. |
/hold |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ewolinetz The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pj-rehearse |
/test pj-rehearse |
/test pj-rehearse |
/retest |
/retitle Bug 1829475: Updating AWS UPI proxy to blackhole the private subnets |
@ewolinetz: This pull request references Bugzilla bug 1829475, which is invalid:
Comment 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. |
/bugzilla refresh |
@ewolinetz: This pull request references Bugzilla bug 1829475, which is invalid:
Comment 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. |
@ewolinetz: 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/test-infra repository. I understand the commands that are listed here. |
going to investigate moving this into the multi-step registry instead similar to #9904 |
closing in favor of #10355 |
This updates the VPC for the proxy case such that we remove the public subnet NATs that allow the private subnets to have external internet access and instead route all non-cluster traffic through the proxy.
We are also restricting port
3128
and3130
access to the proxy node to just theMACHINE_CIDR
.Also since the ingress operator will not have direct access to the amazon route53 endpoint we remove DNS zones [1] and manually create route entries [2].
This PR depends on #4719
[1] https://github.com/openshift/installer/blob/master/docs/user/aws/install_upi.md#remove-dns-zones
[2] https://github.com/openshift/installer/blob/master/docs/user/aws/install_upi.md#add-the-ingress-dns-records