Remove ExpandPersistentVolumes feature gate

This commit is contained in:
Mengjiao Liu
2022-11-16 14:17:04 +08:00
parent 8a9a294c9f
commit a3d00c15b6
2 changed files with 0 additions and 9 deletions

View File

@@ -524,7 +524,6 @@ func TestNodeAuthorizer(t *testing.T) {
// re-create a pod as an admin to add object references
expectAllowed(t, createNode2NormalPod(superuserClient))
// ExpandPersistentVolumes feature enabled
expectForbidden(t, updatePVCCapacity(node1Client))
expectAllowed(t, updatePVCCapacity(node2Client))
expectForbidden(t, updatePVCPhase(node2Client))