-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[backend] Unimplemented desc = unknown method ListTasksV1 for service api.TaskService #8446
Comments
TL;DR: This should have been resolved now. Last week, we updated these two images, which we shouldn't have referenced via pipelines/backend/src/v2/compiler/argocompiler/argo.go Lines 110 to 111 in 6b3b4df
The change caused a mismatch between the API client and the API server. We reverted the images by manually adding latest label to the last working/matching images. In our next release, we will fix the problematic latest reference in the above code.
|
I'm still seeing this on a fresh install |
@stobias123 Sorry, I found the "latest" label we added to the old images was accidentally moved. Changed it back, this should work now. Please retry running any pipeline. |
@chensun I am seeing a different error now. Looks like the argo executor is not part of kfp-launcher image
|
@chensun I still get same error on apiserver v2.0.0.alpha6. Is there a way to fix it? |
I'm getting the same error too. @sergeyshevch Have you figured any temporary workaround? |
I returned to use pipelines sdk v1 |
I would prefer not to use sdk v1 since I'd like to use |
@v-raja sorry for the slow response. I noticed the v2 image label got moved again. Just moved it back, can you retry and see if you still hit the issue? |
I'm having the same issue on kf 1.7 (kfp 2.0.0-alpha.7)
Even the say-hello pipeline breaks on any instances of kf 1.7 we have here. In case this is a similar issue, how do you resolve the installs after the images get properly moved back? Would simply rollout-restarting the services be enough? Thanks in advance |
@chensun Having the same issue as @rzanetti-cpqd on 2.0.0a7 (provided with the kubeflow distro I'm using) |
Having this issue also with KFP 2.0.0-beta.12. @chensun can you check to see if this v2 image label got moved again? |
@tfontana1 Yes, somehow it was moved 5 days ago. It's unclear to me what was the trigger. I just moved it back. |
/reopen |
@shivanibhargove: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@deepk2u: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi Team,
@component @dsl.pipeline( pipeline_root='gs://my-pipeline-root/example-pipeline') if name == 'main':
Is kfp v2 not compatible with the above argo version? |
###
Environmentkfp v2 SDK
kfp version 2.0.0b6
kfp-pipeline-spec version 0.1.16
kfp-server-api version 2.0.0a6
Steps to reproduce
We are trying to run a simple example from the docs in order to test kfp v2 sdk in kubeflow namespace as shown below:
Once we try and submit this pipeline, we see that system-dag-driver pod ran successfully. However, the system-container-driver pod terminates with an error:
I1113 20:31:38.515160 27 main.go:213] output ExecutorInput:{ "inputs": { "parameterValues": { "parallelism": "2" } }, "outputs": { "parameters": { "Output": { "outputFile": "/tmp/kfp/outputs/Output" } }, "outputFile": "/tmp/kfp_outputs/output_metadata.json" } } F1113 20:31:38.515178 27 main.go:74] KFP driver: driver.Container(pipelineName=pipeline/stress-test-v2, runID=caf03c46-c9db-4398-afb9-cea0821a3c51, task="get-loop-args", component="comp-get-loop-args", dagExecutionID=1085086, componentSpec) failed: failure while getting executionCache: failed to list tasks: rpc error: code = Unimplemented desc = unknown method ListTasksV1 for service api.TaskService
Also, another issuing we are facing is, when we submit the pipeline from the kubeflow UI, we are getting an error
Cannot get MLMD objects from Metadata store. Cannot find context with {"typeName":"system.PipelineRun": Unknown Content-type received.
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: