-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: add all pod_ranges to cluster firewall rules and add missing shadow rules #1480
feat: add all pod_ranges to cluster firewall rules and add missing shadow rules #1480
Conversation
3db1497
to
37bfd15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall. Minor comment on suggesting to validate the shadow_firewall_priority variable.
938db8a
to
28fab3d
Compare
Hi, I have added |
@splichy |
…adow rules (terraform-google-modules#1480) Co-authored-by: Bharath KKB <[email protected]>
Firewall rules now include also discontinuous POD IP ranges, previously only cluster-wide pod_range was used for -intra-cluster-egress & -all firewall rules.
Also adding missing(& undocumented) shadow firewall rules (inkubelet, exkubelet)- GKE itself creates incomplete rules, so shadow rules can be used as a quick workaround when someone using discontinuous pod ranges.