求关注,哪位大佬能帮忙看一下
安装kubesphere3.0后登陆控制台页面转圈圈有报错
自己顶一下,期待大神回复
看来官方是真的忙
yuswift
W0105 19:00:31.396155 1 client_config.go:543] Neither –kubeconfig nor –master was specified. Using the inClusterConfig. This might not work.
I0105 19:00:31.416662 1 apiserver.go:300] Start cache objects
I0105 19:00:32.201359 1 apiserver.go:502] Finished caching objects
I0105 19:00:32.201394 1 apiserver.go:232] Start listening on :9090
E0105 19:14:36.704110 1 jwt.go:51] signature is invalid
E0105 19:14:36.704130 1 token.go:57] signature is invalid
E0105 19:14:36.704135 1 jwt_token.go:45] signature is invalid
E0105 19:14:36.704143 1 authentication.go:60] Unable to authenticate the request due to error: signature is invalid
报错只有这些,容器好像不工作
yuswiftK零S
DFX 方便把远程环境发一下kubesphere@yunify.com吗 向日葵最好
- 已编辑
- 最佳回复由 DFX 选择
DFX
【已解决】
https://imroc.cc/post/201908/troubleshooting-with-kubernetes-network/
net.ipv4.tcp_tw_recycle 影响了容器网络
echo “net.ipv4.tcp_tw_recycle = 0” >> /etc/sysctl.conf
sysctl -p
感谢@yuswift 前期排查问题并耐心讲解
【已解决】
https://imroc.io/posts/kubernetes/troubleshooting-with-kubernetes-network/
net.ipv4.tcp_tw_recycle 影响了容器网络
echo “net.ipv4.tcp_tw_recycle = 0” >> /etc/sysctl.conf
sysctl -p
感谢@yuswift 前期排查问题并耐心讲解
DFX ks3.3.0,k8s1.22.10 centos7.6 内核3.10 我出现了同样的问题,修改了配置,但问题仍然存在