-
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
Make custom-default-backend upstream name more unique. #7479
Conversation
@robinelfrink: 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 @robinelfrink! |
Hi @robinelfrink. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: robinelfrink 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 |
Signed-off-by: Robin Elfrink <robin.elfrink@eu.equinix.com>
/ok-to-test |
@rikatz @tao12345666333 @strongjz I think this needs to be cherry picked into dev-v1 as well. There is humour here in the context that hard to beleive same name of default-backend in a ingress spec, causes this problem, and was not detected for years because nobody would have thought about it.. Also, now it means there has to be a e2e test for same default-backend name, in the ingress resources spread across two different namespaces. If you want I will create another issue to create new test and cherry picking into dev-v1. |
I need some help making the e2e tests work. In what namespace are tests created? |
I will check and let you know. But this will be a unique test because you
need 2 namespaces. So maybe you can go ahead and add instrumentation for
creating namespaces that will be be used only by your test. Let's see how
it goes .
Thanks,
; Long
…On Wed, 11 Aug, 2021, 1:56 PM Robin Elfrink, ***@***.***> wrote:
I need some help making the e2e tests work. In what namespace are tests
created?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#7479 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGZVWQCQU3GGAQ5L7CMCJTT4IX3FANCNFSM5B5WKITQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
@robinelfrink thanks for the PR! Just want to run some tests here. I'm also going to cherry pick this to dev-v1 If you are online, reach us at #ingress-nginx-dev at Slack so I can help you with cherry pick, etc (if you wanna do that) |
@robinelfrink this is how tests were fixed: https://github.com/kubernetes/ingress-nginx/pull/7486/files :) As this was critical I decided to move forward, but feel free to reach us on ingress-nginx-dev |
What this PR does / why we need it:
Make the
custom-default-backend
name more unique by adding the namespace.Types of changes
Which issue/s this PR fixes
fixes #7465
How Has This Been Tested?
Built a new image with this change and used it to replace the one running in the test-cluster.
Ran
curl
-tests as described in #7465.Checklist: