-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用redis缓存token不生效 #18
Comments
容器日志里有报错么? |
没有,去掉redis_addr也没报“redis addr must not be null”, |
|
已经重现问题,正在尝试修复。 |
Hi, 直接用环境变量就可以: |
嗯,可以了~ |
如下命令,似乎use_redis_token_cache并没生效,是设置错了么?
docker run --rm --name="webkubectl" -p 8889:8080 --privileged -e GOTTY_OPTIONS="--port 8080 --permit-write --permit-arguments --use_redis_token_cache true --redis_addr x.x.x.x" kubeoperator/webkubectl:v2.8.0
The text was updated successfully, but these errors were encountered: