Skip to content

Commit f052f92

Browse files
committed
removed beta because pdcsi is not only available in beta
1 parent 524b792 commit f052f92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/k8s-integration/cluster.go

-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ func clusterUpGKE(gceZone, gceRegion string, numNodes int, imageType string, use
185185
}
186186

187187
if useManagedDriver {
188-
// PD CSI Driver add on is enabled only in gcloud beta.
189-
cmdParams = append([]string{"beta"}, cmdParams...)
190188
cmdParams = append(cmdParams, "--addons", "GcePersistentDiskCsiDriver")
191189
}
192190

0 commit comments

Comments
 (0)