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
| "type" | pd-ssd OR pd-standard | pd-standard | Type allows you to choose between standard Persistent Disks or Solid State Drive Persistent Disks |
46
-
| "replication-type" | none OR regional-pd | none | Replication type allows you to choose between standard zonal Persistent Disks or highly available Regional Persistent Disks |
47
-
48
-
### Future Features
49
-
50
-
See Github [Issues](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/issues)
| type |`pd-ssd` OR `pd-standard`|`pd-standard`| Type allows you to choose between standard Persistent Disks or Solid State Drive Persistent Disks |
47
+
| replication-type |`none` OR `regional-pd`|`none`| Replication type allows you to choose between Zonal Persistent Disks or Regional Persistent Disks |
51
48
52
49
### Topology
53
50
54
51
This driver supports only one topology key:
55
52
`topology.gke.io/zone`
56
53
that represents availability by zone.
57
54
58
-
## Kubernetes User Guide
59
-
60
-
### Install Driver
61
-
62
-
1.[One-time per project] Create GCP service account for the CSI driver and set required roles
63
-
```
64
-
$ PROJECT=your-project-here # GCP project
65
-
$ GCE_PD_SA_NAME=my-gce-pd-csi-sa # Name of the service account to create
66
-
$ GCE_PD_SA_DIR=/my/safe/credentials/directory # Directory to save the service account key
67
-
$ ./deploy/setup-project.sh
68
-
```
69
-
70
-
2. Deploy driver to Kubernetes Cluster
71
-
```
72
-
$ GCE_PD_SA_DIR=/my/safe/credentials/directory # Directory to get the service account key
73
-
$ GCE_PD_DRIVER_VERSION=stable # Driver version to deploy
0 commit comments