k3s/pkg/controller/volume/expand
Ardalan Kangarlou ee747b8649 Changed admission controller to allow volume expansion for all volume plugins
There are two motivations for this change:
(1) CSI plugins are soon going to support volume expansion. For such
plugins, admission controller doesn't know whether the plugins are
capabale of supporting volume expansion or not.
(2) Currently, admission controller rejects PVC updates for in-tree plugins
that don't support volume expansion (e.g., NFS, iSCSI). This change allows
external controllers to expand volumes similar to how external provisioners
operate.
2018-07-27 03:06:48 -04:00
..
cache Changed admission controller to allow volume expansion for all volume plugins 2018-07-27 03:06:48 -04:00
BUILD Changed admission controller to allow volume expansion for all volume plugins 2018-07-27 03:06:48 -04:00
OWNERS Implement controller for resizing volumes 2017-09-04 09:02:34 +02:00
expand_controller.go Changed admission controller to allow volume expansion for all volume plugins 2018-07-27 03:06:48 -04:00
pvc_populator.go Changed admission controller to allow volume expansion for all volume plugins 2018-07-27 03:06:48 -04:00
sync_volume_resize.go Improve messaging on resize 2018-01-29 15:07:51 -05:00