mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Enable resize feature
This commit is contained in:
parent
e90d92fa5b
commit
bb09c56400
1 changed files with 3 additions and 2 deletions
|
|
@ -1026,8 +1026,9 @@ func TestCheckVolumeFSResize(t *testing.T) {
|
|||
t.Fatalf("Mark wrong volume as fsResizeRequired: %s", vols[0])
|
||||
}
|
||||
},
|
||||
volumeMode: v1.PersistentVolumeFilesystem,
|
||||
volumeType: "ephemeral",
|
||||
enableResize: true,
|
||||
volumeMode: v1.PersistentVolumeFilesystem,
|
||||
volumeType: "ephemeral",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue