-
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
fix: Ensure changes in MatchCN annotation are detected #11173
Conversation
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 @wdullaer! |
Hi @wdullaer. 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. |
✅ Deploy Preview for kubernetes-ingress-nginx ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
807b622
to
27d0d5a
Compare
The e2e test for this looks to be here. https://github.com/kubernetes/ingress-nginx/blob/main/test/e2e/annotations/authtls.go#L267 |
None of the reload behaviour seems to be tested there right now. Edit: added an e2e test which exercises the reload behaviour of this annotation. |
27d0d5a
to
cbc7b02
Compare
|
cbc7b02
to
4c24905
Compare
This is stale, but we won't close it automatically, just bare in mind the maintainers may be busy with other tasks and will reach your issue ASAP. If you have any question or request to prioritize this, please reach |
The This bot removes
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /remove-lifecycle frozen |
This PR is still valid:
From my point of view, there is no work left to be done. I'm waiting for maintainer feedback/review. |
/lgtm /cherry-pick release-1.10 /cherry-pick release-1.11 |
@strongjz: once the present PR merges, I will cherry-pick it on top of release-1.10 in a new PR and assign it to you. 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-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: strongjz, wdullaer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@strongjz: new pull request created: #11528 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-sigs/prow repository. |
@strongjz: new pull request created: #11529 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-sigs/prow repository. |
What this PR does / why we need it:
Ensure the AuthTLS config correctly detects changes in MatchCN.
Types of changes
Which issue/s this PR fixes
Fixes #10915
How Has This Been Tested?
I have built the docker image and deployed it into our kubernetes cluster that was exhibiting the bug.
When this version is running the
nginx.conf
file is correctly updated when thenginx.ingress.kubernetes.io/auth-tls-match-cn
is updated.I could not immediately find an end-to-end test that covers this scenario, but if you point me in the right direction, I'll happily add one.
Checklist: