[ARVADOS] updated: 2.1.0-1493-gb98969108
Git user
git at public.arvados.org
Tue Oct 19 20:05:09 UTC 2021
Summary of changes:
doc/install/arvados-on-kubernetes-GKE.html.textile.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via b98969108fbda1754a03665a5be58bb9e0d16c01 (commit)
from f9582f44d4f31e941902f84fce760a8b770bc969 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit b98969108fbda1754a03665a5be58bb9e0d16c01
Author: Ward Vandewege <ward at curii.com>
Date: Tue Oct 19 16:03:53 2021 -0400
Documentation: when starting the Arvados k8s helm chart on GKE, do not
specify the k8s version (use the default).
refs #18278
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid b/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid
index 06280b467..f7b7a1641 100644
--- a/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid
+++ b/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid
@@ -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.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list