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
This plugin is compatible with CSI versions v0.2.0 and v0.3.0
23
+
This plugin is compatible with CSI versions [v0.2.0](https://github.com/container-storage-interface/spec/blob/v0.2.0/spec.md) and [v0.3.0](https://github.com/container-storage-interface/spec/blob/v0.3.0/spec.md)
24
24
25
25
### Kubernetes Compatibility
26
26
This plugin can be used as-is beginning with Kubernetes v1.10.5
@@ -32,8 +32,8 @@ See Github [Issues](https://github.com/kubernetes-sigs/gcp-compute-persistent-di
| "type" | pd-ssd | pd-standard | pd-standard | Type allows you to choose between standard Persistent Disks or Solid State Drive Persistent Disks |
36
-
| "replication-type" | none | regional-pd | none | Replication type allows you to choose between standard zonal Persistent Disks or highly available Regional Persistent Disks |
35
+
| "type" | pd-ssd OR pd-standard | pd-standard | Type allows you to choose between standard Persistent Disks or Solid State Drive Persistent Disks |
36
+
| "replication-type" | none OR regional-pd | none | Replication type allows you to choose between standard zonal Persistent Disks or highly available Regional Persistent Disks |
37
37
38
38
### Future Features
39
39
See Github [Issues](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/issues)
@@ -47,28 +47,28 @@ that represents availability by zone.
47
47
### Install Driver
48
48
1.[One-time per project] Create GCP service account for the CSI driver and set required roles
49
49
```
50
-
PROJECT=your-project-here # GCP project
51
-
GCE_PD_SA_NAME=my-gce-pd-csi-sa # Name of the service account to create
52
-
GCE_PD_SA_DIR=/my/safe/credentials/directory # Directory to save the service account key
53
-
./deploy/setup-project.sh
50
+
$ PROJECT=your-project-here # GCP project
51
+
$ GCE_PD_SA_NAME=my-gce-pd-csi-sa # Name of the service account to create
52
+
$ GCE_PD_SA_DIR=/my/safe/credentials/directory # Directory to save the service account key
53
+
$ ./deploy/setup-project.sh
54
54
```
55
55
56
56
2. Deploy driver to Kubernetes Cluster
57
57
```
58
-
GCE_PD_SA_DIR=/my/safe/credentials/directory # Directory to get the service account key
59
-
GCE_PD_DRIVER_VERSION=stable # Driver version to deploy
60
-
./deploy/kubernetes/deploy-driver.sh
58
+
$ GCE_PD_SA_DIR=/my/safe/credentials/directory # Directory to get the service account key
59
+
$ GCE_PD_DRIVER_VERSION=stable # Driver version to deploy
0 commit comments