Commit ef04bd4e authored by Dylan Griffith's avatar Dylan Griffith

Set zone when creating K8s cluster in QA test

This field is apparently required even though it seemed to work on my
machine without it :P
parent bf9bc378
......@@ -20,6 +20,7 @@ module QA
gcloud container clusters
create #{cluster_name}
--enable-legacy-authorization
--zone us-central1-a
&& gcloud container clusters
get-credentials #{cluster_name}
CMD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment