mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
k8s deployment open-webui problem #3773
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lwdnxu on GitHub (Feb 12, 2025).
Hello, I am using k8s to deploy open-webui. In the case of multiple copies, session consistency cannot be guaranteed. Simply put: after I refresh the configuration of one pod by pressing F5, it cannot be used in another pod. Using sessionAffinity: ClientIP is invalid. I would like to ask if there is any solution for the following?