From 8f70c131bc8af7fda95e87b3f9a11066e6cd12b2 Mon Sep 17 00:00:00 2001 From: DrMelone <27028174+Classic298@users.noreply.github.com> Date: Tue, 8 Apr 2025 17:44:45 +0200 Subject: [PATCH] Update Helm.md --- docs/getting-started/quick-start/tab-kubernetes/Helm.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started/quick-start/tab-kubernetes/Helm.md b/docs/getting-started/quick-start/tab-kubernetes/Helm.md index 61a0e98..f4b6b2f 100644 --- a/docs/getting-started/quick-start/tab-kubernetes/Helm.md +++ b/docs/getting-started/quick-start/tab-kubernetes/Helm.md @@ -29,6 +29,13 @@ Helm helps you manage Kubernetes applications. kubectl get pods ``` +:::warning + +If you intend to scale Open WebUI using multiple nodes/pods/workers in a clustered environment, you need to setup a NoSQL key-value database. +There are some [environment variables](https://docs.openwebui.com/getting-started/env-configuration/) that need to be set to the same value for all service-instances, otherwise consistency problems, faulty sessions and other issues will occur! + +::: + ## Access the WebUI Set up port forwarding or load balancing to access Open WebUI from outside the cluster.