-
Notifications
You must be signed in to change notification settings - Fork 759
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(helm): Add a network policy for the controller manager #2514
Conversation
Allows communication in network locked down clusters. This is especially useful to allow the init container of the gatekeeper-update-namespace-label job to communicate with the pods behind the gatekeeper-webhook-service service. Signed-off-by: Kyle Michel <kyle.michel@ontariosystems.com>
Codecov ReportBase: 53.83% // Head: 53.92% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2514 +/- ##
==========================================
+ Coverage 53.83% 53.92% +0.08%
==========================================
Files 116 116
Lines 10277 10277
==========================================
+ Hits 5533 5542 +9
+ Misses 4317 4310 -7
+ Partials 427 425 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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
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
…icy-agent#2514) Allows communication in network locked down clusters. This is especially useful to allow the init container of the gatekeeper-update-namespace-label job to communicate with the pods behind the gatekeeper-webhook-service service. Signed-off-by: Kyle Michel <kyle.michel@ontariosystems.com> Signed-off-by: Kyle Michel <kyle.michel@ontariosystems.com> Co-authored-by: Rita Zhang <rita.z.zhang@gmail.com>
Allows communication in network locked down clusters. This is especially useful to allow the init container of the gatekeeper-update-namespace-label job to communicate with the pods behind the gatekeeper-webhook-service service.
Signed-off-by: Kyle Michel kyle.michel@ontariosystems.com