From 338adc0e625424576c47c9686285cf39ca7eada6 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Thu, 15 Apr 2021 15:42:11 -0700 Subject: [PATCH] update installation command to use latest stable version --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 09d37857d6..2e05a5a6d3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -124,7 +124,7 @@ Please see the compatibility matrix above before you deploy the driver If you want to deploy the stable driver without alpha features: ```sh -kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.9" +kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.10" ``` If you want to deploy the driver with alpha features: