From 15b6b485b5b412da574a9f8178010260b70eab74 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Mon, 30 Nov 2020 11:55:41 -0500 Subject: [PATCH] Now that our k8s helm charts retain state, update the documentation accordingly. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- doc/install/arvados-on-kubernetes-GKE.html.textile.liquid | 8 -------- .../arvados-on-kubernetes-minikube.html.textile.liquid | 6 +----- doc/install/arvados-on-kubernetes.html.textile.liquid | 4 ---- 3 files changed, 1 insertion(+), 17 deletions(-) diff --git a/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid b/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid index 0801b7d4e3..06280b467d 100644 --- a/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid +++ b/doc/install/arvados-on-kubernetes-GKE.html.textile.liquid @@ -11,10 +11,6 @@ SPDX-License-Identifier: CC-BY-SA-3.0 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' %} - h2. Prerequisites h3. Install tooling @@ -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
 
diff --git a/doc/install/arvados-on-kubernetes-minikube.html.textile.liquid b/doc/install/arvados-on-kubernetes-minikube.html.textile.liquid index 86aaf08f96..9ecb2c8956 100644 --- a/doc/install/arvados-on-kubernetes-minikube.html.textile.liquid +++ b/doc/install/arvados-on-kubernetes-minikube.html.textile.liquid @@ -11,10 +11,6 @@ SPDX-License-Identifier: CC-BY-SA-3.0 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' %} - h2. Prerequisites h3. Install tooling @@ -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' %}
diff --git a/doc/install/arvados-on-kubernetes.html.textile.liquid b/doc/install/arvados-on-kubernetes.html.textile.liquid
index ff52aa171f..9169b7810e 100644
--- a/doc/install/arvados-on-kubernetes.html.textile.liquid
+++ b/doc/install/arvados-on-kubernetes.html.textile.liquid
@@ -11,10 +11,6 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
 Arvados on Kubernetes is implemented as a @Helm 3@ chart.
 
-{% 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' %}
-
 h2(#overview). Overview
 
 This Helm chart provides a basic, small Arvados cluster.
-- 
2.39.5