From 2e4b5109b3e3cd4d84769118b3246b4af36cff6f Mon Sep 17 00:00:00 2001 From: Jonathan Kong Date: Mon, 14 Sep 2020 20:14:00 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e496bcc..05d07d3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The [Storidge CSI driver](https://hub.docker.com/_/storidge-csi-driver) is mostl The following command deploys the Storidge CSI driver with related volume attachment, driver registration, and provisioning sidecars: -**Kubernetes 1.16** +**Kubernetes 1.16 and above** ``` kubectl create -f https://raw.githubusercontent.com/Storidge/csi-cio/master/deploy/releases/csi-cio-v1.6.0.yaml ```