Skip to content

Commit 9a07ab8

Browse files
committed
storage capacity tracking: review feedback
1 parent 94c882e commit 9a07ab8

File tree

1 file changed

+8
-1
lines changed
  • keps/sig-storage/1472-storage-capacity-tracking

1 file changed

+8
-1
lines changed

keps/sig-storage/1472-storage-capacity-tracking/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,11 @@ enhancement:
842842
### Feature enablement and rollback
843843

844844
* **How can this feature be enabled / disabled in a live cluster?**
845+
- [X] Feature gate
846+
- Feature gate name: CSIStorageCapacity
847+
- Components depending on the feature gate:
848+
- apiserver
849+
- kube-scheduler
845850
- [X] CSIDriver.StorageCapacity field can be modified
846851
- Components depending on the field:
847852
- kube-scheduler
@@ -940,7 +945,9 @@ consumption, increased latency), specifically
940945

941946
* **Were upgrade and rollback tested? Was upgrade->downgrade->upgrade path tested?**
942947

943-
This was done manually before transition to beta.
948+
This was done manually before transition to beta in a kubeadm-based cluster
949+
running on VMs. The experiment confirmed that rollback and re-enabling works
950+
as described above, with no unexpected behavior.
944951

945952
* **Is the rollout accompanied by any deprecations and/or removals of features,
946953
APIs, fields of API types, flags, etc.?**

0 commit comments

Comments
 (0)