alauda / kubeflow-chart

Kubeflow helm chart
Apache License 2.0
133 stars 24 forks source link

dashboard no namespace show #19

Open l1351868270 opened 1 year ago

l1351868270 commented 1 year ago

版本信息

操作系统: ubuntu20.04
rancher: v2.5.2
k8s: v1.18.20
kubeflow-chart: kubeflow-1.5.1

报错

dashboard no namespace show

request

GET http://192.168.136.128:8080/api/workgroup/exists 403 (Forbidden) vendor.bundle.js:765 

response

{"error":{}}

request

GET http://192.168.136.128:8080/pipeline/apis/v1beta1/runs?page_size=5&sort_by=created_at%20desc&resource_reference_key.type=NAMESPACE&resource_reference_key.id=undefined 403 (Forbidden) vendor.bundle.js:765 

response

{
    "error": "Failed to authorize with namespace resource reference.: Failed to authorize with API resource references: PermissionDenied: User 'user@example.com' is not authorized with reason:  (request: \u0026ResourceAttributes{Namespace:undefined,Verb:list,Group:pipelines.kubeflow.org,Version:v1beta1,Resource:runs,Subresource:,Name:,}): Unauthorized access",
    "code": 7,
    "message": "Failed to authorize with namespace resource reference.: Failed to authorize with API resource references: PermissionDenied: User 'user@example.com' is not authorized with reason:  (request: \u0026ResourceAttributes{Namespace:undefined,Verb:list,Group:pipelines.kubeflow.org,Version:v1beta1,Resource:runs,Subresource:,Name:,}): Unauthorized access",
    "details": [{
        "@type": "type.googleapis.com/api.Error",
        "error_message": "User 'user@example.com' is not authorized with reason:  (request: \u0026ResourceAttributes{Namespace:undefined,Verb:list,Group:pipelines.kubeflow.org,Version:v1beta1,Resource:runs,Subresource:,Name:,})",
        "error_details": "Failed to authorize with namespace resource reference.: Failed to authorize with API resource references: PermissionDenied: User 'user@example.com' is not authorized with reason:  (request: \u0026ResourceAttributes{Namespace:undefined,Verb:list,Group:pipelines.kubeflow.org,Version:v1beta1,Resource:runs,Subresource:,Name:,}): Unauthorized access"
    }]
}
bxhzzx commented 1 year ago

遇到同样的问题,请问解决了吗

l1351868270 commented 1 year ago

遇到同样的问题,请问解决了吗

没有哈

typhoonzero commented 1 year ago

@l1351868270 使用最新版本的 chart 安装还有遇到问题么?此外,报错信息请描述清楚操作步骤,是页面报错还是某个 pod 的报错。