Skip to content

Commit

Permalink
Merge pull request #671 from saikat-royc/fix-intree-test
Browse files Browse the repository at this point in the history
Shorten the GKE cluster name
  • Loading branch information
k8s-ci-robot committed Nov 18, 2020
2 parents f4608fb + f18c930 commit 20ae0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k8s-integration/main.go
Expand Up @@ -47,7 +47,7 @@ var (
numNodes = flag.Int("num-nodes", -1, "the number of nodes in the test cluster")
imageType = flag.String("image-type", "cos", "the image type to use for the cluster")
gkeReleaseChannel = flag.String("gke-release-channel", "", "GKE release channel to be used for cluster deploy. One of 'rapid', 'stable' or 'regular'")
gkeTestClusterName = flag.String("gke-cluster-name", "gcp-pd-csi-driver-test-cluster", "GKE cluster name")
gkeTestClusterName = flag.String("gke-cluster-name", "gcp-pd-csi-cluster", "GKE cluster name")
gkeNodeVersion = flag.String("gke-node-version", "", "GKE cluster worker node version")
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")

Expand Down

0 comments on commit 20ae0e8

Please sign in to comment.