diff --git a/examples/kubernetes/snapshot/README.md b/examples/kubernetes/snapshot/README.md index 52d3b6c83c..4ae0ad9e19 100644 --- a/examples/kubernetes/snapshot/README.md +++ b/examples/kubernetes/snapshot/README.md @@ -8,9 +8,12 @@ This driver implements basic volume snapshotting functionality using the [extern 1. Kubernetes 1.13+ (CSI 1.0). -1. The `VolumeSnapshotDataSource` must be set in `--feature-gates=` in the `kube-apiserver`. +1. The `VolumeSnapshotDataSource` must be set in `--feature-gates=` in the `kube-apiserver`. This feature is enabled by default from Kubernetes v1.17+. + +1. Install Snapshot Beta CRDs, Common Snapshot Controller, & CSI Driver (with alpha features) per CSI Snapshotter [Doc](https://github.com/kubernetes-csi/external-snapshotter#usage) + + -1. The [aws-ebs-csi-driver driver](https://github.com/kubernetes-sigs/aws-ebs-csi-driver) is installed. ### Usage