Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message: Invalid resource references for experiment. ListExperiment requires filtering by namespace kubeflow #313

Open
ShivamGarg2910 opened this issue Feb 10, 2021 · 1 comment

Comments

@ShivamGarg2910
Copy link

I have deployed Kubeflow 1.2 on on-prem cluster.
Used this docker image for getting access to Kale: gcr.io/arrikto/jupyter-kale:v0.5.0
On creating a notebook, getting this error:

Message: (400)
Reason: Bad Request
HTTP response headers: HTTPHeaderDict({'content-type': 'application/json', 'trailer': 'Grpc-Trailer-Content-Type', 'date': 'Wed, 10 Feb 2021 06:36:05 GMT', 'x-envoy-upstream-service-time': '8', 'server': 'envoy', 'transfer-encoding': 'chunked'})
HTTP response body: {"error":"Invalid input error: Invalid resource references for experiment. ListExperiment requires filtering by namespace.","message":"Invalid input error: Invalid resource references for experiment. ListExperiment requires filtering by namespace.","code":3,"details":[{"@type":"type.googleapis.com/api.Error","error_message":"Invalid resource references for experiment. ListExperiment requires filtering by namespace.","error_details":"Invalid input error: Invalid resource references for experiment. ListExperiment requires filtering by namespace."}]}

No idea on how to proceed.
Any help is appreciated.
image
image

Thanks,
Shivam

@elikatsis
Copy link
Member

Hello @ShivamGarg2910,

from the error message I understand that you have deployed multi-user KFP. However, the KFP backend doesn't currently support authentication using the KFP client, nor the client has any functionality for that yet.

This is something we will be pushing to KFP (kubeflow/pipelines#5138).

In the latest MiniKF (AWS/GCP), we have implemented this feature of the KFP backend. Also, the jupyter-kale image that comes with that MiniKF has a variation of the KFP client to properly authenticate with this backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants