-
Notifications
You must be signed in to change notification settings - Fork 206
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
Add support for NetworkPolicy to the v2 chart #3160
Comments
I looked and see that a number of other charts do have If you're willing, you can send a PR to add the policies here. They should have a guard like Much of the chart is generated based on our code-generator (including the CRDs themselves), but since these are static you shouldn't have to worry about that part at all. The actual release process won't include them until the next generated chart (likely 2.3.0). |
Describe the current behavior
When deploying the Azure Service Operator on a cluster with default deny NetworkPolicies for every namespace then the Kubernetes API service is unable to communicate with the operator pod.
Describe the improvement
Add support for deploying NetworkPolicies, which allow Ingress traffic to the pod and Egress from the pod.
Additional context
I have the required NetworkPolicies ready, but I'm unsure how the release process of the Helm chart works right now and would need some guidance on how to contribute this change.
The text was updated successfully, but these errors were encountered: