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
varimageProject=flag.String("image-project", "", "gce project the hosts live in (gce)")
76
76
varinstanceType=flag.String("instance-type", "e2-medium", "GCP Machine type to use for test")
77
77
varpreemptibleInstances=flag.Bool("preemptible-instances", false, "If true, gce instances will be configured to be preemptible (gce)")
78
+
varnetwork=flag.String("network", "", "Specifies the network that the VM instance are a part of")
79
+
varsubnet=flag.String("subnet", "", "Specifies the subnet that the VM instance are a part of")
78
80
79
81
funcinit() {
80
82
flag.Var(&nodeEnvs, "node-env", "An environment variable passed to instance as metadata, e.g. when '--node-env=PATH=/usr/bin' is specified, there will be an extra instance metadata 'PATH=/usr/bin'.")
0 commit comments