Automated cherry pick of #66832: Detect if GCE PD udev link is wrong and try to correct it#66880
Conversation
|
This PR is not for the master branch but does not have the |
|
/assign @mbohlool |
|
[MILESTONENOTIFIER] Milestone Pull Request: Up-to-date for process Pull Request Labels
|
|
/hold |
|
/hold cancel |
|
/assign @davidz627 |
d1d55ff to
6096e9c
Compare
|
I had to make extra changes to the e2e test because the StatefulSet utils were using v1beta1 in 1.9 |
|
@msau42 I think the test is failing in CI |
|
yes i'm debugging. the e2e test utils are different in 1.9 because statefulset was beta. |
6096e9c to
0755f4c
Compare
|
/test pull-kubernetes-e2e-kops-aws |
|
the new e2e looks good now |
davidz627
left a comment
There was a problem hiding this comment.
1 question, lgtm besides that
| Expect(err).NotTo(HaveOccurred()) | ||
| ssTester.WaitForStatusReplicas(ss, 0) | ||
| // Set OrphanDependent=false so it's deleted synchronously | ||
| err = c.AppsV1beta1().StatefulSets(ns).Delete(ss.Name, &metav1.DeleteOptions{OrphanDependents: new(bool)}) |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidz627, msau42, saad-ali The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/assign @mbohlool |
|
/test pull-kubernetes-e2e-gce-device-plugin-gpu |
|
ping @mbohlool |
|
/retest |
|
/retest Review the full test history for this PR. Silence the bot with an |
|
@msau42: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
|
Automatic merge from submit-queue. |
Cherry pick of #66832 on release-1.9.
#66832: Detect if GCE PD udev link is wrong and try to correct it
#66925: Rework multi-volume test to use StatefulSet