eip-work / kuboard-press

Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。
https://kuboard.cn/
22.27k stars 1.51k forks source link

使用kubeconfig添加kubernetes集群,kube-apiserver 一直报错无效token #399

Open blackqw opened 1 year ago

blackqw commented 1 year ago

E0410 02:19:22.438291 1 authentication.go:63] "Unable to authenticate the request" err="[invalid bearer token, service account UID (3de880c8-2d71-4f16-96db-812b2f8d9a51) does not match claim (c40e8baf-0438-46c7-8b1b-df99b4533625)]" E0410 02:20:22.439920 1 authentication.go:63] "Unable to authenticate the request" err="[invalid bearer token, service account UID (3de880c8-2d71-4f16-96db-812b2f8d9a51) does not match claim (c40e8baf-0438-46c7-8b1b-df99b4533625)]" E0410 02:21:22.440776 1 authentication.go:63] "Unable to authenticate the request" err="[invalid bearer token, service account UID (3de880c8-2d71-4f16-96db-812b2f8d9a51) does not match claim (c40e8baf-0438-46c7-8b1b-df99b4533625)]" E0410 02:22:22.442051 1 authentication.go:63] "Unable to authenticate the request" err="[invalid bearer token, service account UID (3de880c8-2d71-4f16-96db-812b2f8d9a51) does not match claim (c40e8baf-0438-46c7-8b1b-df99b4533625)]" E0410 02:23:22.442801 1 authentication.go:63] "Unable to authenticate the request" err="[invalid bearer token, service account UID (3de880c8-2d71-4f16-96db-812b2f8d9a51) does not match claim (c40e8baf-0438-46c7-8b1b-df99b4533625)]" E0410 02:24:22.444480 1 authentication.go:63] "Unable to authenticate the request" err="[invalid bearer token, service account UID (3de880c8-2d71-4f16-96db-812b2f8d9a51) does not match claim (c40e8baf-0438-46c7-8b1b-df99b4533625)]" E0410 02:24:34.192040 1 upgradeaware.go:413] Error proxying data from backend to client: read tcp 172.18.5.1:42711->172.18.5.2:10250: read: connection timed out E0410 02:25:22.444904 1 authentication.go:63] "Unable to authenticate the request" err="[invalid bearer token, service account UID (3de880c8-2d71-4f16-96db-812b2f8d9a51) does not match claim (c40e8baf-0438-46c7-8b1b-df99b4533625)]" E0410 02:26:22.446846 1 authentication.go:63] "Unable to authenticate the request" err="[invalid bearer token, service account UID (3de880c8-2d71-4f16-96db-812b2f8d9a51) does not match claim (c40e8baf-0438-46c7-8b1b-df99b4533625)]"

Angelica-Sinensis commented 7 months ago

I had the same problem.Did you solve this problem later?