From f052f925cd4460694115be39529704ca543c3248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9iy=C3=AC=20Zhang?= Date: Wed, 7 Jul 2021 22:40:20 +0000 Subject: [PATCH] removed beta because pdcsi is not only available in beta --- test/k8s-integration/cluster.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/k8s-integration/cluster.go b/test/k8s-integration/cluster.go index 893749130..094c2a554 100644 --- a/test/k8s-integration/cluster.go +++ b/test/k8s-integration/cluster.go @@ -185,8 +185,6 @@ func clusterUpGKE(gceZone, gceRegion string, numNodes int, imageType string, use } if useManagedDriver { - // PD CSI Driver add on is enabled only in gcloud beta. - cmdParams = append([]string{"beta"}, cmdParams...) cmdParams = append(cmdParams, "--addons", "GcePersistentDiskCsiDriver") }