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