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: README.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Google Compute Engine Persistent Disk CSI Driver
2
2
3
-
WARNING: This driver is beta and should not be used in performance critical applications
3
+
WARNING: Manual deployment of this driver to your cluster is not recommended. Instead users should user GKE to automatically deploy and manage the GCE PD CSI Driver (see [GKE Docs](https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/gce-pd-csi-driver)).
4
4
5
-
DISCLAIMER: This is not an officially supported Google product
5
+
DISCLAIMER: Manual deployment of the driver to your cluster is not an officially supported by Google.
6
6
7
7
The Google Compute Engine Persistent Disk CSI Driver is a
This plugin is compatible with CSI versions [v1.1.0](https://github.com/container-storage-interface/spec/blob/v1.1.0/spec.md) and [v1.0.0](https://github.com/container-storage-interface/spec/blob/v1.0.0/spec.md)
31
+
This plugin is compatible with CSI versions [v1.2.0](https://github.com/container-storage-interface/spec/blob/v1.2.0/spec.md), [v1.1.0](https://github.com/container-storage-interface/spec/blob/v1.1.0/spec.md), and [v1.0.0](https://github.com/container-storage-interface/spec/blob/v1.0.0/spec.md)
32
32
33
33
### Kubernetes Compatibility
34
34
@@ -41,6 +41,7 @@ This plugin is compatible with CSI versions [v1.1.0](https://github.com/containe
41
41
| v0.5.x (beta) | no | no | no | yes | yes | yes |
42
42
| v0.6.x (beta) | no | no | no | yes | yes | yes |
43
43
| v0.7.x (beta) | no | no | no | no | no | yes |
44
+
| v1.0.x (ga) | no | no | no | no | no | yes |
44
45
| dev | no | no | no | no | no | yes |
45
46
46
47
### Known Issues
@@ -55,22 +56,22 @@ See Github [Issues](https://github.com/kubernetes-sigs/gcp-compute-persistent-di
| type |`pd-ssd` OR `pd-standard`|`pd-standard`| Type allows you to choose between standard Persistent Disks or Solid State Drive Persistent Disks |
57
58
| replication-type |`none` OR `regional-pd`|`none`| Replication type allows you to choose between Zonal Persistent Disks or Regional Persistent Disks |
59
+
| disk-encryption-kms-key | Fully qualified resource identifier for the key to use to encrypt new disks. | Empty string. | Encrypt disk using Customer Managed Encryption Key (CMEK). See [GKE Docs](https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek#create_a_cmek_protected_attached_disk) for details. |
58
60
59
61
### Topology
60
62
61
63
This driver supports only one topology key:
62
64
`topology.gke.io/zone`
63
-
that represents availability by zone.
65
+
that represents availability by zone (e.g. `us-central1-c`, etc.).
64
66
65
67
### Features in Development
66
68
67
69
| Feature | Stage | Min Kubernetes Master Version | Min Kubernetes Nodes Version | Min Driver Version | Deployment Overlay |
0 commit comments