eip-work / kuboard-press

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

部署kuboard集成的Ceph CSI Plugin连接Ceph出现权限错误 #347

Open stdnt-xiao opened 2 years ago

stdnt-xiao commented 2 years ago

错误提示代码: failed to get connection: connecting failed: rados: ret=-13, Permission denied

观察mon的日志,报错: cephx server client.admin: attempt to reclaim global_id xxxxxx without presenting ticket cephx server client.admin: could not verify old ticket

解决措施: 将cephcsi:v3.2.0镜像替换成cephcsi:v3.3.1

依据: https://github.com/ceph/ceph-csi/issues/2063

希望作者修复一下

YIwanT commented 3 months ago

202405 还没修复这个问题