Skip to content

Commit 20ae0e8

Browse files
authored
Merge pull request #671 from saikat-royc/fix-intree-test
Shorten the GKE cluster name
2 parents f4608fb + f18c930 commit 20ae0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/k8s-integration/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var (
4747
numNodes = flag.Int("num-nodes", -1, "the number of nodes in the test cluster")
4848
imageType = flag.String("image-type", "cos", "the image type to use for the cluster")
4949
gkeReleaseChannel = flag.String("gke-release-channel", "", "GKE release channel to be used for cluster deploy. One of 'rapid', 'stable' or 'regular'")
50-
gkeTestClusterName = flag.String("gke-cluster-name", "gcp-pd-csi-driver-test-cluster", "GKE cluster name")
50+
gkeTestClusterName = flag.String("gke-cluster-name", "gcp-pd-csi-cluster", "GKE cluster name")
5151
gkeNodeVersion = flag.String("gke-node-version", "", "GKE cluster worker node version")
5252
isRegionalCluster = flag.Bool("is-regional-cluster", false, "tell the test that a regional cluster is being used. Should be used for running on an existing regional cluster (ie, --bringup-cluster=false). The test will fail if a zonal GKE cluster is created when this flag is true")
5353

0 commit comments

Comments
 (0)