You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/k8s-integration/main.go
+3-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,9 @@ var (
54
54
gkeTestClusterPrefix=flag.String("gke-cluster-prefix", "pdcsi", "Prefix of GKE cluster names. A random suffix will be appended to form the full name.")
55
55
gkeTestClusterName=flag.String("gke-cluster-name", "", "Name of existing cluster")
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")
59
+
machineType=flag.String("machine-type", "n1-standard-2", "machine type to use for the cluster")
58
60
59
61
// Test infrastructure flags
60
62
boskosResourceType=flag.String("boskos-resource-type", "gce-project", "name of the boskos resource type to reserve")
0 commit comments