File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
prod-readiness/sig-storage
sig-storage/284-enable-volume-expansion Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
kep-number : 284
2
- alpha :
3
- approver : " @deads2k"
4
- beta :
5
- approver : " @deads2k"
6
2
stable :
7
3
approver : " @deads2k"
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ different feature gates that control various aspects of expansion.
394
394
# ##### Does enabling the feature change any default behavior?
395
395
396
396
Enabling the feature gate allows users to increase size of pvc by editing `pvc.Spec.Resources` which results
397
- in Kubernetes trying to full-fill the request by actually expanding the volume in controller and then performing
397
+ in Kubernetes trying to fulfill the request by actually expanding the volume in controller and then performing
398
398
file system or any other kind of expansion needed on the node.
399
399
400
400
# ##### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
You can’t perform that action at this time.
0 commit comments