-
Notifications
You must be signed in to change notification settings - Fork 40.7k
Use ip link or if{up,down} depending on command availability #35537
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
Conversation
This is a backport of 4fde09d. The GCI image does not have the if[up,down} command. Fixes kubernetes#33302
Jenkins GCE etcd3 e2e failed for commit aad550e. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GKE smoke e2e failed for commit aad550e. Full PR test history. The magic incantation to run this job again is |
Jenkins GKE smoke e2e failed for commit aad550e. Full PR test history. The magic incantation to run this job again is |
@ixdy these failures look related to the get-kube changes? |
@fabioy : hey, looks like there are some issues with the test infra for 1.3? It'd would be great if you could take look... |
@k8s-bot test this |
Jenkins Kubemark GCE e2e failed for commit aad550e. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GCE e2e failed for commit aad550e. Full PR test history. The magic incantation to run this job again is |
@fabioy : any progress on this? |
@k8s-bot gci gce e2e test this |
Removing label |
@fabioy @timstclair is the kubemark test broken? seems to be stuck on this... |
@k8s-bot kubemark e2e test this |
Automatic merge from submit-queue |
Use ip link or if{up,down} depending on command availability
This is a backport of 4fde09d. The GCI
image does not have the if[up,down} command.
Fixes #33302
This change is