From 121d9d256fc9e554b207a0a8a3f43d1af6353ae3 Mon Sep 17 00:00:00 2001 From: DrMelone <27028174+Classic298@users.noreply.github.com> Date: Tue, 8 Apr 2025 17:44:42 +0200 Subject: [PATCH] Update Kustomize.md --- .../quick-start/tab-kubernetes/Kustomize.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started/quick-start/tab-kubernetes/Kustomize.md b/docs/getting-started/quick-start/tab-kubernetes/Kustomize.md index c8579b4..62b3e2b 100644 --- a/docs/getting-started/quick-start/tab-kubernetes/Kustomize.md +++ b/docs/getting-started/quick-start/tab-kubernetes/Kustomize.md @@ -29,6 +29,13 @@ Kustomize allows you to customize Kubernetes YAML configurations. 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.