-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Increase timeout for federated ingress test. #33610
Conversation
Removing label |
Jenkins GCI GCE e2e failed for commit 8800b6f. Full PR test history. The magic incantation to run this job again is |
Jenkins GKE smoke e2e failed for commit 8800b6f. Full PR test history. The magic incantation to run this job again is |
Applying LGTM as per #33502 |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
oh this seems super reasonable to cherry-pick to me, @quinton-hoole do you want to make the PR to release-1.4 |
@jessfraz I thought our release scripts did that automatically? |
@quinton-hoole I was under the impression it needed to be cherry-picked but now I'm making sure |
cherry-picked in #34299 |
Commit found in the "release-1.4" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
…ck-of-#33794-kubernetes#33610-origin-release-1.4 Automatic merge from submit-queue Automated cherry pick of kubernetes#33794 kubernetes#33610 origin release 1.4 Cherry pick of kubernetes#33794 kubernetes#33610 on release-1.4. kubernetes#33794: Enable kubectl describe rs to work when apiserver does not kubernetes#33610: Increase tineout for federated ingress test.
Right now federated ingress e2e takes more than 1 minute, as we need to wait for the first clusters ingress to have an IP address allocated to it before creating the others. Sometimes this takes a while due to GCE loadbalancer backend delays.
This change is