feat: Add validating addmission webhook for ALB Ingress annotations#1119
feat: Add validating addmission webhook for ALB Ingress annotations#1119kamilprzybyl wants to merge 2 commits into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
6761736 to
54c68e1
Compare
|
@kamilprzybyl: The following test failed, say
Full PR test history. Your PR dashboard. Command help for this repository. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
How to categorize this PR?
What this PR does / why we need it:
This PR introduces a Validating Admission Webhook to enforce mandatory STACKIT annotations (like alb.stackit.cloud/network-mode) on Ingress resources. It prevents invalid Ingresses from being created in the cluster if they do not meet the ALB controller's requirements.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Breaking changes: