eip-work / kuboard-press

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

Kuboard 无权限在 AWS 申请 EBS,导致 Prometheus 无法正常安装 #440

Open hanzoi opened 10 months ago

hanzoi commented 10 months ago

导入的 AWS EKS 集群,安装 prometheus ,初始化时 Pod/prometheus-k8s 启不来。看了下是申请不到PVC,报错是因为kuboard没有权限在AWS创建EBS,具体报错信息如下

(combined from similar events): failed to provision volume with StorageClass "gp2": rpc error: code = Internal desc = Could not create volume "pvc-6e662d76-c432-47d3-ba9e-acd4dba771e1": could not create volume in EC2: UnauthorizedOperation: You are not authorized to perform this operation. Encoded authorization failure message: xxxxxxxxxxxxxxxxxxx status code: 403, request id: d3e3870d-ff3b-4e5b-8ec5-298ac071071f

想确认下这个授权应该怎么做,Kuboard 上哪里可以授予 AWS 的用户权限