Skip to content

Commit b1836cd

Browse files
authored
Merge pull request #798 from leiyiz/remove-beta
removed beta because pdcsi is not only available in beta
2 parents f5055fa + f052f92 commit b1836cd

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)