Skip to content

Commit

Permalink
Merge pull request eksctl-io#607 from robisoh88/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
k8s-ci-robot committed Dec 15, 2020
2 parents 05a4fee + 2c119ef commit 5d2589c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/kubernetes/snapshot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d2589c

Please sign in to comment.