-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Ignore ingress #9956
Ignore ingress #9956
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: YngveMolnes The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions 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/test-infra repository. |
Welcome @YngveMolnes! |
Hi @YngveMolnes. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions 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/test-infra repository. |
@YngveMolnes thanks. Please edit the description of this PR in such a way that a reader can understand the problem that is solved by this PR. You have linked 2 issues but there is no text to read as to how the 2 issues are related to the current codebase, because the 2 issues are older than 2-3 years and webhook related problems are often caused by port 8443 not working as well. Deleteting the validation causes invalid ingress rules so that is another factor. |
pkg/flags/flags.go
Outdated
FakeCertificate: &ingress.SSLCert{}, | ||
SyncRateLimit: *syncRateLimit, | ||
DisableCatchAll: *disableCatchAll, | ||
IngressClassConfiguration: &ingressclass.IngressClassConfiguration{Controller: *ingressClassController, AnnotationValue: *ingressClassAnnotation, WatchWithoutClass: *watchWithoutClass, IngressClassByName: *ingressClassByName}, |
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.
I think also maybe revert the formatting of this as it is a lot harder to read in a single line
@longwuyuan yeah, It's just a draft right now - I have some cleanup, documentation and testing to do before finishing it. Continuing on it this week an next. We've been successfully running this in production for a while at $work. |
50abf7e
to
7634db8
Compare
# This is the 1st commit message: Add feature flag to disable annotation prefix check in admission controller # This is the commit message kubernetes#2: Add log message for when ingress hits annotation check Indicates that the correct environment variable is set. Does not log on absence of environment variable. # This is the commit message kubernetes#3: Add flag for disabling legacy ingress class annotation prefix check # This is the commit message kubernetes#4: Remove negation from if statement on annotation prefix check # This is the commit message kubernetes#5: Add logline to indicate annotation prefix check is skipped
6676f5a
to
5c13e93
Compare
PR needs rebase. Instructions 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/test-infra repository. |
/close Thanks! |
@rikatz: Closed this PR. In response to this:
Instructions 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/test-infra repository. |
What this PR does / why we need it:
#7546
#4781
Types of changes
Which issue/s this PR fixes
#7546
#4781
How Has This Been Tested?
Checklist: