You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a notebook server in a multiuser environment with kale.
After fixing several bugs based on community comments (see below) I run into a new issue.
Added ServiceRoleBinding and EnvoyFilter as mentioned in #4440 (comment)
The pipeline pods run successfully but I get an error in the Jupyter server. Additionally, in the experiment section I see the run but no graph is displayed.
2021-02-10 08:39:54 run:114 [[INFO]] [TID=82upm9iyob] [/home/jovyan/data-vol-1/examples/base/candies_sharing.ipynb] Executing RPC function 'get_run(run_id=e5b4e73c-2709-41b0-af75-f9b9dcb372f2)'
2021-02-10 08:39:54 run:125 [[ERROR]] [TID=82upm9iyob] [/home/jovyan/data-vol-1/examples/base/candies_sharing.ipynb] RPC function 'get_run' raised an unhandled exception
Traceback (most recent call last):
...
Reason: Internal Server Error
HTTP response headers: HTTPHeaderDict({'content-type': 'application/json', 'trailer': 'Grpc-Trailer-Content-Type', 'date': 'Wed, 10 Feb 2021 08:39:54 GMT', 'x-envoy-upstream-service-time': '1', 'server': 'envoy', 'transfer-encoding': 'chunked'})
HTTP response body: {"error":"Failed to authorize the request.: Failed to authorize with the run Id.: Failed to get namespace from run id.: InternalServerError: Failed to get run: invalid connection: invalid connection","message":"Failed to authorize the request.: Failed to authorize with the run Id.: Failed to get namespace from run id.: InternalServerError: Failed to get run: invalid connection: invalid connection","code":13,"details":[{"@type":"type.googleapis.com/api.Error","error_message":"Internal Server Error","error_details":"Failed to authorize the request.: Failed to authorize with the run Id.: Failed to get namespace from run id.: InternalServerError: Failed to get run: invalid connection: invalid connection"}]}
What did you expect to happen:
I receive a status feedback when the pipeline runs successfully and see the graph in the experiment section.
Environment:
How did you deploy Kubeflow Pipelines (KFP)?
Full Kubeflow Deployment on an on-premise cluster.
What steps did you take:
I have a notebook server in a multiuser environment with kale.
After fixing several bugs based on community comments (see below) I run into a new issue.
Added
ServiceRoleBinding
andEnvoyFilter
as mentioned in #4440 (comment)Added the namespace to
.config/kfp/context.json
as metioned in kubeflow-kale/kale#210 (comment)Added
RoleBinding
as mentioned in kubeflow-kale/kale#210 (comment)What happened:
The pipeline pods run successfully but I get an error in the Jupyter server. Additionally, in the experiment section I see the run but no graph is displayed.
What did you expect to happen:
I receive a status feedback when the pipeline runs successfully and see the graph in the experiment section.
Environment:
How did you deploy Kubeflow Pipelines (KFP)?
Full Kubeflow Deployment on an on-premise cluster.
KFP version: 1.0.4
KFP SDK version: kfp 1.4.0, kfp-pipeline-spec 0.1.5, kfp-server-api 1.3.0
Anything else you would like to add:
kfp pipeline list
executed on the notebook server.Are there any plans to automatically create the currently manually created ServiceRoleBinding, EnvoyFilter and the RoleBinding in the future?
/kind bug
The text was updated successfully, but these errors were encountered: