You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/kubernetes/user-guides/snapshots.md
+27-29
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,8 @@
1
-
# Kubernetes Snapshots User Guide (Alpha)
1
+
# Kubernetes Snapshots User Guide (Beta)
2
2
3
-
>**Attention:** VolumeSnapshot is an alpha feature. Make sure you have enabled it in Kubernetes API server using `--feature-gates=VolumeSnapshotDataSource=true` flag.
3
+
>**Attention:**Attention: VolumeSnapshot is a Beta feature enabled by default in Kubernetes 1.17+. Attention: VolumeSnapshot is only available in the driver version "master".
4
4
5
-
### Install Driver with alpha snapshot feature
6
-
7
-
1.[One-time per project] Create GCP service account for the CSI driver and set required roles
8
-
9
-
```
10
-
PROJECT=your-project-here # GCP project
11
-
GCE_PD_SA_NAME=my-gce-pd-csi-sa # Name of the service account to create
12
-
GCE_PD_SA_DIR=/my/safe/credentials/directory # Directory to save the service account key
13
-
./deploy/setup-project.sh
14
-
```
15
-
16
-
1. Deploy driver to Kubernetes Cluster
17
-
18
-
```
19
-
GCE_PD_SA_DIR=/my/safe/credentials/directory # Directory to get the service account key
20
-
GCE_PD_DRIVER_VERSION=alpha # Driver version to deploy
21
-
./deploy/kubernetes/deploy-driver.sh
22
-
```
5
+
### Install Driver with beta snapshot feature as described [here](driver-install.md)
0 commit comments