-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
cannot save parameter /tmp/outputs/condition #9678
Comments
same issue on my kfp deployment, any solution? |
I haven't found any yet! I've moved away from Kubeflow Pipelines because there doesn't seem to be much support for it, and a lot of what I needed is being deprecated in v1 to v2. |
I'm having the same issue +1 |
Has anyone found a solution? |
Any update? I am also facing similar issue. |
I didn't find a solution but for me a workaround was moving from pipeline v1 to v2 (I installed fkp 2.0.0) and adapting the code. |
@LorenzoColombi Thank you for your prompt response. In my case, I faced this error when I was passing the input as parameters in |
Hi folks, I am having a very similar issue (if not the same) running the
I'm using pipelines v2.0.1 and argo 3.3.10 for this. @chensun could it be possible that #8733 is related and is in fact an issue? In the UI I get the message |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I've also faced this issue. Besides
I sent #10459 to fix it. |
…flow#9678 (kubeflow#10459) Signed-off-by: hbelmiro <helber.belmiro@gmail.com> (cherry picked from commit 1ae0a82)
fix(backend): fixes "cannot save parameter" error message. Fixes kubeflow#9678 (kubeflow#10459)
…flow#9678 (kubeflow#10459) Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
…flow#9678 (kubeflow#10459) Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
@hbelmiro I am still seeing this error for the Specifically, all V2 pipeline runs show this error at the end:
However, the |
@thesuperzapper I couldn't reproduce the error with the hello world pipeline. |
@hbelmiro just run it again, because the issue only happens for cached steps. |
@thesuperzapper got it. On the second run, I can see the errors. |
I've created a KubeFlow pipelines deployment on GKE with the manifests directly from the repository (the ones in the tutorial combined with code examples here led to validation errors). You can see the exact steps I'm taking to deploy the cluster, install KubeFlow, generate the compile / compile / install here: https://github.com/converged-computing/flux-operator-component/tree/add/component#kubeflow-on-gke
The issue I run into is on a run - I don't see any evidence that my workflow is running, but rather a weird error message about a parameter path in
/tmp/outputs
not existing. I also see that although I haven't yet defined any outputs, there is an automatic addition of a metadata one?And the error
I am new to KubeFlow so I apologize for my ignorance! I really like the idea, conceptually, and hope that the implementation is able to empower me to build components that work - I'm still trying to get my feet wet for this basic development setup. Thanks!
The text was updated successfully, but these errors were encountered: