Skip to content

Commit 356e188

Browse files
committed
Clarify how to disable the feature once it has been enabled
1 parent 4c82f94 commit 356e188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keps/sig-storage/3476-volume-group/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ _This section must be completed when targeting alpha to a release._
13701370

13711371
* **Can the feature be disabled once it has been enabled (i.e. can we rollback
13721372
the enablement)?**
1373-
Yes. All VolumeGroup and VolumeGroupSnapshot API objects need to be deleted before this feature can be truly disabled.
1373+
Yes. In order to disable this feature once it has been enabled, we first need to make sure that all VolumeGroup and VolumeGroupSnapshot API objects are deleted. Then the new controllers for VolumeGroup and VolumeGroupSnapshot can be stopped/removed, and external-provisioner sidecar and external-snapshotter controller/sidecar can be downgraded to a version without this feature.
13741374

13751375
* **What happens if we reenable the feature if it was previously rolled back?**
13761376
We will be able to create new VolumeGroup and VolumeGroupSnapshot API objects again.

0 commit comments

Comments
 (0)