summaryrefslogtreecommitdiff
path: root/qa/qa/service
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-06-05 09:44:38 +0200
committerDylan Griffith <dyl.griffith@gmail.com>2018-06-05 18:39:06 +0200
commitef04bd4e4bcf45f6c947ca8777b8fe7dba0158c6 (patch)
treeaf9f92146ec15dc126063b18aa1ce80e987bf782 /qa/qa/service
parentbf9bc3782aafa0f4eca35d7d2c3faa2256e3987f (diff)
downloadgitlab-ce-ef04bd4e4bcf45f6c947ca8777b8fe7dba0158c6.tar.gz
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
Diffstat (limited to 'qa/qa/service')
-rw-r--r--qa/qa/service/kubernetes_cluster.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/service/kubernetes_cluster.rb b/qa/qa/service/kubernetes_cluster.rb
index 01310900f7d..604bc522983 100644
--- a/qa/qa/service/kubernetes_cluster.rb
+++ b/qa/qa/service/kubernetes_cluster.rb
@@ -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