feat(helm): Add a network policy for the controller manager#2514
Merged
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 ReportAll modified and coverable lines are covered by tests ✅
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. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ritazh
approved these changes
Jan 13, 2023
davis-haba
pushed a commit
to davis-haba/gatekeeper
that referenced
this pull request
Mar 7, 2023
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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