@@ -56,6 +57,7 @@ var deleteInstances = flag.Bool("delete-instances", true, "If true, delete any i
varbuildOnly=flag.Bool("build-only",false,"If true, build e2e_node_test.tar.gz and exit.")
varsetupNode=flag.Bool("setup-node",false,"When true, current user will be added to docker group on the test machine")
varinstanceMetadata=flag.String("instance-metadata","","key/value metadata for instances separated by '=' or '<', 'k=v' means the key is 'k' and the value is 'v'; 'k<p' means the key is 'k' and the value is extracted from the local path 'p', e.g. k1=v1,k2<p2")
vargubernator=flag.Bool("gubernator",false,"If true, output Gubernator link to view logs")