File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
keps/sig-storage/1472-storage-capacity-tracking Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -904,8 +904,10 @@ enhancement:
904
904
* ** Are there any tests for feature enablement/disablement?**
905
905
The e2e framework does not currently support enabling and disabling feature
906
906
gates. However, unit tests in each component dealing with managing data created
907
- with and without the feature are necessary and will be added before
908
- before the transition to beta.
907
+ with and without the feature are necessary and were added before
908
+ before the transition to beta, for example
909
+ [ in the apiserver] ( https://github.com/kubernetes/kubernetes/blob/v1.21.0/pkg/apis/storage/validation/validation_test.go#L2091-L2131 )
910
+ and the [ volume binder] ( https://github.com/kubernetes/kubernetes/blob/v1.21.0/test/integration/volumescheduling/volume_binding_test.go#L706-L709 ) .
909
911
910
912
### Rollout, Upgrade and Rollback Planning
911
913
@@ -992,7 +994,9 @@ calls will be recorded with their non-OK status code as value.
992
994
The goal is to achieve the same provisioning rates with the feature
993
995
enabled as those that currently can be achieved without it.
994
996
995
- This will need further discussion before going to GA.
997
+ The SLOs depend on the CSI driver and how they are deployed. Therefore SLOs
998
+ cannot be specified in more detail here. Cloud providers will have to determine
999
+ what reasonable values are and document those.
996
1000
997
1001
* ** Are there any missing metrics that would be useful to have to improve
998
1002
observability if this feature?**
You can’t perform that action at this time.
0 commit comments