kubeflow / manifests

A repository for Kustomize manifests
Apache License 2.0
772 stars 836 forks source link

Central Dashboard not visible #2735

Closed nagar-ajay closed 3 weeks ago

nagar-ajay commented 1 month ago

Validation Checklist

Version

1.9

Describe your issue

Steps to reproduce the issue

Put here any screenshots or videos (optional)

No response

rimolive commented 1 month ago

cc @juliusvonkohout

juliusvonkohout commented 1 month ago

@nagar-ajay are you sure that it is not related to https://github.com/kubeflow/manifests/issues/2646 ?

nagar-ajay commented 1 month ago

I'm not sure, can you please provide some pointers to debug this?

FYI: after some time central dashboard came up automatically. But I got the same error when I tried kfp inside the notebook server.

juliusvonkohout commented 1 month ago

KFP has multiple authentication mechanisms. Please apply the changes from the cronjob PR https://github.com/kubeflow/manifests/pull/2667 to the master branch and check whether the problem persists. The master branch is way newer than RC.0 at the moment.

juliusvonkohout commented 3 weeks ago

https://github.com/kubeflow/manifests/releases 1.9.1-rc.1 is out. Please test it with the cronjob patch

nagar-ajay commented 3 weeks ago

sure

nagar-ajay commented 3 weeks ago

thanks @juliusvonkohout, the central dashboard is working fine now. I tried kfp inside notebook, I'm getting different error.

kfp_server_api.exceptions.ApiException: (403)
Reason: Forbidden
HTTP response headers: HTTPHeaderDict({'content-length': '19', 'content-type': 'text[/plain](http://localhost:8080/plain)', 'date': 'Wed, 05 Jun 2024 18:54:25 GMT', 'server': 'envoy', 'x-envoy-upstream-service-time': '0'})
HTTP response body: RBAC: access denied

Closing this issue as the above seems unrelated to the current issue.