Merge pull request #106853 from gnufied/disable-exp-backoff-volume-not-inuse

When volume is not marked in-use, do not backoff
This commit is contained in:
Kubernetes Prow Robot
2021-12-22 19:46:37 -08:00
committed by GitHub
13 changed files with 320 additions and 23 deletions

View File

@@ -212,6 +212,12 @@ func newTestKubeletWithImageList(
Address: testKubeletHostIP,
},
},
VolumesAttached: []v1.AttachedVolume{
{
Name: "fake/fake-device",
DevicePath: "fake/path",
},
},
},
},
},