Skip to content

Commit 4c5436c

Browse files
committed
Update README for GA
1 parent a1ba4cb commit 4c5436c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Google Compute Engine Persistent Disk CSI Driver
22

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)).
44

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.
66

77
The Google Compute Engine Persistent Disk CSI Driver is a
88
[CSI](https://github.com/container-storage-interface/spec/blob/master/spec.md)
@@ -11,7 +11,7 @@ lifecycle of Google Compute Engine Persistent Disks.
1111

1212
## Project Status
1313

14-
Status: Beta
14+
Status: GA
1515
Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.7.0-gke.0`
1616

1717
### Test Status
@@ -28,7 +28,7 @@ Latest stable image: `gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:
2828

2929
### CSI Compatibility
3030

31-
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)
3232

3333
### Kubernetes Compatibility
3434

@@ -41,6 +41,7 @@ This plugin is compatible with CSI versions [v1.1.0](https://github.com/containe
4141
| v0.5.x (beta) | no | no | no | yes | yes | yes |
4242
| v0.6.x (beta) | no | no | no | yes | yes | yes |
4343
| v0.7.x (beta) | no | no | no | no | no | yes |
44+
| v1.0.x (ga) | no | no | no | no | no | yes |
4445
| dev | no | no | no | no | no | yes |
4546

4647
### Known Issues
@@ -55,22 +56,22 @@ See Github [Issues](https://github.com/kubernetes-sigs/gcp-compute-persistent-di
5556
|------------------|---------------------------|---------------|----------------------------------------------------------------------------------------------------|
5657
| type | `pd-ssd` OR `pd-standard` | `pd-standard` | Type allows you to choose between standard Persistent Disks or Solid State Drive Persistent Disks |
5758
| 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. |
5860

5961
### Topology
6062

6163
This driver supports only one topology key:
6264
`topology.gke.io/zone`
63-
that represents availability by zone.
65+
that represents availability by zone (e.g. `us-central1-c`, etc.).
6466

6567
### Features in Development
6668

6769
| Feature | Stage | Min Kubernetes Master Version | Min Kubernetes Nodes Version | Min Driver Version | Deployment Overlay |
6870
|-----------------|-------|-------------------------------|------------------------------|--------------------|--------------------|
69-
| Topology | Beta | 1.14 | 1.14 | v0.5.0 | Stable |
7071
| Snapshots | Alpha | 1.13 | Any | v0.3.0 | Alpha |
72+
| Snapshots | Beta | 1.17 | Any | master | Stable |
7173
| Resize (Expand) | Alpha | 1.14 | 1.14 | v0.6.0 | Alpha |
7274
| Resize (Expand) | Beta | 1.16 | 1.16 | v0.7.0 | Stable |
73-
| Snapshots | Beta | 1.17 | Any | master | Stable |
7475

7576
### Future Features
7677

0 commit comments

Comments
 (0)