Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
我觉得一般的情况都是通过 ingress 访问 portal 的,ingress 一般都是直接访问 pod 的 ip 端口而不是通过 service 访问后端 pod,所以 sessionAffinity: ClientIP 这个参数在 ingress 访问下没法实现会话保持,建议 session 没有共享到 memcache,redis 啥的之前,portal 保持一个副本。
- Loading branch information