X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a8b7a1dc652420d2204f2fbaef86cdd02bdafd9a..f690cb6af6d36a5105a846dd69e0fd624b4e7f0e:/doc/install/arvados-on-kubernetes-minikube.html.textile.liquid diff --git a/doc/install/arvados-on-kubernetes-minikube.html.textile.liquid b/doc/install/arvados-on-kubernetes-minikube.html.textile.liquid index 56a51b035f..6b292caf39 100644 --- a/doc/install/arvados-on-kubernetes-minikube.html.textile.liquid +++ b/doc/install/arvados-on-kubernetes-minikube.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 @Minikube@. - -{% 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 @Minikube@. h2. Prerequisites @@ -47,11 +43,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 @@ -128,7 +124,7 @@ $ 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. +This Helm chart uses Kubernetes persistent volumes for the Postgresql and Keepstore data volumes. These volumes will be retained after you delete the Arvados helm chart with the command below. Because those volumes are stored in the local Minikube Kubernetes cluster, if you delete that cluster (e.g. with minikube delete) the Kubernetes persistent volumes will also be deleted. {% include 'notebox_end' %}