-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Policy Assistant] fix: npv1 deny-all simulation #240
Conversation
Signed-off-by: Hunter Gregory <[email protected]>
Signed-off-by: Hunter Gregory <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: huntergregory 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 |
✅ Deploy Preview for kubernetes-sigs-network-policy-api ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Hunter Gregory <[email protected]>
/lgtm Nice one @huntergregory ! |
…ernetes-sigs#240 (building policies) Signed-off-by: Hunter Gregory <[email protected]>
…s#241 (explain output) Signed-off-by: Hunter Gregory <[email protected]>
Fixes #211. Now the simulation for a NetworkPolicy (v1) without any ingress/egress rules would properly deny traffic (if no other NetPols allow traffic).
Also updates wording for the explain table from "NPv1: All peers allowed" to "NPv1: Allow any peers". Saying "all peers" doesn't seem right in case there are no peers?
Tests: