Merge branch 'main' into 17591-doc-improvement
[arvados.git] / doc / install / arvados-on-kubernetes.html.textile.liquid
index 3169b32479776003ee38f03d94588a3b7ada71e7..9169b7810ed94b0b8411a7cc238c4fede72c203e 100644 (file)
@@ -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.
@@ -22,7 +18,6 @@ This Helm chart provides a basic, small Arvados cluster.
 Current limitations, to be addressed in the future:
 
 * 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.
-* Workbench2 is not present yet
 * No dynamic scaling of compute nodes (but you can adjust @values.yaml@ and reload the Helm chart)
 * All compute nodes are the same size
 * Compute nodes have no cpu/memory/disk constraints yet