Merge pull request #122082 from carlory/remove-keep-terminated-pod-volumes

keep-terminated-pod-volumes flag on kubelet is removed
This commit is contained in:
Kubernetes Prow Robot
2024-04-17 23:59:54 -07:00
committed by GitHub
20 changed files with 70 additions and 219 deletions

View File

@@ -392,7 +392,6 @@ func newTestKubeletWithImageList(
kubelet.hostutil,
kubelet.getPodsDir(),
kubelet.recorder,
false, /* keepTerminatedPodVolumes */
volumetest.NewBlockVolumePathHandler())
kubelet.pluginManager = pluginmanager.NewPluginManager(
@@ -3119,7 +3118,6 @@ func TestNewMainKubeletStandAlone(t *testing.T) {
1024,
110,
true,
true,
map[string]string{},
1024,
false,