Skip to content

Commit

Permalink
Update readme for version compatibility with Kubernetes 1.12+
Browse files Browse the repository at this point in the history
  • Loading branch information
davidz627 committed Sep 28, 2018
1 parent e8336cc commit 0532e86
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
WARNING: This driver is in ALPHA currently. This means that there may be
potentially backwards compatability breaking changes moving forward. Do NOT use
this drive in a production environment in its current state.
this driver in a production environment in its current state.

WARNING: The ALPHA driver is NOT compatible with Kubernetes versions 1.12+.

DISCLAIMER: This is not an officially supported Google product

Expand All @@ -23,7 +25,10 @@ Latest image: `gcr.io/google-containers/volume-csi/gcp-compute-persistent-disk-c
This plugin is compatible with CSI versions [v0.2.0](https://github.com/container-storage-interface/spec/blob/v0.2.0/spec.md) and [v0.3.0](https://github.com/container-storage-interface/spec/blob/v0.3.0/spec.md)

### Kubernetes Compatibility
This plugin can be used as-is beginning with Kubernetes v1.10.5
| GCE PD CSI Driver\Kubernetes Version | 1.10.5 - 1.11 | 1.12 |
|--------------------------------------|---------------|------|
| v0.1.0.alpha (stable) | yes | no |
| dev | no | yes |

### Known Issues
See Github [Issues](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/issues)
Expand Down

0 comments on commit 0532e86

Please sign in to comment.