-
Notifications
You must be signed in to change notification settings - Fork 262
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
✨ Implement allowAllInClusterTraffic flag #998
✨ Implement allowAllInClusterTraffic flag #998
Conversation
Hi @mkjpryor. 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. |
✔️ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready! 🔨 Explore the source changes: 614ad18 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-sigs-cluster-api-openstack/deploys/614a0922e4ebdc0007e9088c 😎 Browse the preview: https://deploy-preview-998--kubernetes-sigs-cluster-api-openstack.netlify.app |
/ok-to-test |
/lgtm thanks for the PR ~ |
/approve I want to hear other reviewer's opinion so hold for a while. |
I like this feature 👍🏻 Further, you could maybe implement an e2e test to verify the connectivity. /lgtm |
Do you want the tests/docs for this PR? The docs should be super-quick. I actually think the current E2E tests would pass if we set this flag to |
You can add the docs to this PR, sure. |
Great addition to make the use of CAPO and initial setup easier. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hidekazuna, mkjpryor, seanschneeweiss, tobiasgiese 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 |
Added some docs and set the flag in one of the E2E test manifests which still pass. Let me know ASAP if there is anything else this needs to be merged. |
/lgtm |
What this PR does / why we need it:
This PR implements an additional flag that allows the creation of managed security groups that permit all in-cluster traffic. Note that all traffic from outside the cluster (except API server and NodePort services) is still blocked.
This makes it much easier to deploy a CNI other than Calico while still using managed security groups.
In the future, we could look at maintaining rules for multiple CNIs which can be selected from, or allowing users to specify custom rules for the managed security groups. However I think this represents a good catch-all.
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 #995
Special notes for your reviewer:
TODOs:
/hold