-
Notifications
You must be signed in to change notification settings - Fork 777
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
How to install Kubeflow cli? #3576
Comments
@pahask8 Hi I saw this issue kubeflow/pipelines#1953 by you. I believe you have already figure it out. Will it be possible to share it with us here? |
Hi Team, I figured it out but please improve your documentation. This shouldn't be this hard. Also, please mention that what files get generated once you ran "kfp component build......" command and how to load components from there. |
@Mayuraggarwal1992 We mentioned that at the top of the CLI user doc: https://www.kubeflow.org/docs/components/pipelines/v2/cli/#usage Do you have any suggestions on how to future improve this? |
Clarified by #3575 |
I am playing with kubeflow containerized python components. As per the below doc, we can push a component to the container registry by using "target_image" flag in definition and run the following command "kfp component build .................".
https://www.kubeflow.org/docs/components/pipelines/v2/components/containerized-python-components/#3-build-the-component
I am having a hard time to figure out how to install kubeflow cli. I would really appreciate if someone can point me to the documentation or alternative way to build the component.
The below link refers to how to use kubeflow cli but there is no mention of how to install it.
https://kubeflow-pipelines.readthedocs.io/en/2.0.0b16/source/cli.html#kfp
KFP version: Running on Vertex
KFP SDK version: 2.0.1
The text was updated successfully, but these errors were encountered: