Update CSI docs to reflect the renamed flag.

https://github.com/docker/orca/pull/16840/files renamed
"csi-expt-enabled" to "storage-expt-enabled" and including more feature
flags as part of storage. The flag now represents experimental features
in all of storage and not specific to CSI.

Signed-off-by: Anusha Ragunathan <anusha.ragunathan@docker.com>
This commit is contained in:
Anusha Ragunathan 2019-05-30 09:46:33 -07:00
parent c0d717c847
commit 5b6371de37
1 changed files with 5 additions and 4 deletions

View File

@ -30,10 +30,11 @@ or as documented by your storage vendor.
are production quality and are considered pre-GA.
2. Install Docker Enterprise 3.0, which includes UCP 3.2.
3. Optionally, set the `--csi-expt-enabled` flag in the UCP install configuration if you want to enable CSI
features that are experimental in Kubernetes 1.14. “VolumeSnapshotDataSource” is an experimental feature in
Kubernetes 1.14 and it controls whether restoring from a CSI volume snapshot is enabled or not. If your storage
plugin of choice supports snapshotting, setting this flag is useful.
3. Optionally, set the `--storage-expt-enabled` flag in the UCP install configuration if you want to enable
experimental storage features in Kubernetes 1.14. Features that are enabled include VolumeSnapshotDataSource,
ExpandCSIVolumes, CSIMigration, CSIMigrationAWS, CSIMigrationGCE, CSIMigrationOpenStack and VolumeSubpathEnvExpansion.
For details on the functionality of these features, refer to
https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates
4. Install the CSI plugin from your storage provider. For notes regarding installation, refer to your
storage providers user manual.
5. Apply RBAC for sidecars and the CSI driver. For details on how to apply RBAC for your specific storage provider,