-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Set prefix list through IngressClassParams #3859
Comments
Thank you for the contribution. We will review this soon. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
Is your feature request related to a problem?
I'm providing an ingress class to my users to deploy ALBs dedicated to inbound traffic from an external CDN whose outbound IPs are listed in a prefix list, but I currently need to ask them to add the
alb.ingress.kubernetes.io/security-group-prefix-lists
annotation on every CDN ingress.Describe the solution you'd like
I'd like to be able to set the prefix list in the IngressClassParams resource to avoid having to set it on every ingress using this ingress class.
Describe alternatives you've considered
My current workaround is to patch every ingress using this ingress class with Kyverno to add the
alb.ingress.kubernetes.io/security-group-prefix-lists
annotation.The text was updated successfully, but these errors were encountered: