Documentation: when starting the Arvados k8s helm chart on GKE, do not
authorWard Vandewege <ward@curii.com>
Tue, 19 Oct 2021 20:03:53 +0000 (16:03 -0400)
committerWard Vandewege <ward@curii.com>
Tue, 19 Oct 2021 20:04:51 +0000 (16:04 -0400)
specify the k8s version (use the default).

refs #18278

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/install/arvados-on-kubernetes-GKE.html.textile.liquid

index 06280b467d61ad71f1af3c9acc7760b24dfee306..f7b7a1641526f8d19d007335dd020c78ebd648ed 100644 (file)
@@ -34,7 +34,7 @@ h3. Create the GKE cluster
 This can be done via the "cloud console":https://console.cloud.google.com/kubernetes/ or via the command line:
 
 <pre>
-$ gcloud container clusters create <CLUSTERNAME> --zone us-central1-a --machine-type n1-standard-2 --cluster-version 1.15
+$ gcloud container clusters create <CLUSTERNAME> --zone us-central1-a --machine-type n1-standard-2
 </pre>
 
 It takes a few minutes for the cluster to be initialized.