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
@@ -45,138 +45,28 @@ See Github [Issues](https://github.com/kubernetes-sigs/gcp-compute-persistent-di
45
45
| "type" | pd-ssd OR pd-standard | pd-standard | Type allows you to choose between standard Persistent Disks or Solid State Drive Persistent Disks |
46
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
47
48
-
### Future Features
49
-
50
-
See Github [Issues](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/issues)
51
-
52
48
### Topology
53
49
54
50
This driver supports only one topology key:
55
51
`topology.gke.io/zone`
56
52
that represents availability by zone.
57
53
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