X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3f0914ec893c01440778b01620776745da2546de..fd178c88e1f61ca4e809073ee5baafa26986eb59:/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid diff --git a/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid b/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid index c4236b1c22..5a5d59bc86 100644 --- a/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid +++ b/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid @@ -9,11 +9,7 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} -This page documents setting up and running the "Arvados on Kubernetes":/install/arvados-on-kubernetes.html @Helm@ chart on @Google Kubernetes Engine@ (GKE). - -{% include 'notebox_begin_warning' %} -This Helm chart does not retain any state after it is deleted. An Arvados cluster created with this Helm chart is entirely ephemeral, and all data stored on the cluster will be deleted when it is shut down. This will be fixed in a future version. -{% include 'notebox_end' %} +This page documents setting up and running the "Arvados on Kubernetes":{{ site.baseurl }}/install/arvados-on-kubernetes.html @Helm@ chart on @Google Kubernetes Engine@ (GKE). h2. Prerequisites @@ -38,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:
-$ gcloud container clusters create  --zone us-central1-a --machine-type n1-standard-2 --cluster-version 1.15
+$ gcloud container clusters create  --zone us-central1-a --machine-type n1-standard-2
 
It takes a few minutes for the cluster to be initialized. @@ -75,11 +71,11 @@ There should be no errors. The command will return nothing. h2(#git). Clone the repository -Clone the repository and nagivate to the @arvados-kubernetes/charts/arvados@ directory: +Clone the repository and nagivate to the @arvados-k8s/charts/arvados@ directory:
-$ git clone https://github.com/arvados/arvados-kubernetes.git
-$ cd arvados-kubernetes/charts/arvados
+$ git clone https://github.com/arvados/arvados-k8s.git
+$ cd arvados-k8s/charts/arvados
 
h2(#Start). Start the Arvados cluster @@ -142,10 +138,6 @@ $ helm upgrade arvados . h2. Shut down -{% include 'notebox_begin_warning' %} -This Helm chart does not retain any state after it is deleted. An Arvados cluster created with this Helm chart is entirely ephemeral, and all data stored on the Arvados cluster will be deleted when it is shut down. This will be fixed in a future version. -{% include 'notebox_end' %} -
 $ helm del arvados