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

Move (and update) Pipelines pages from Legacy (v1) to Pipelines root #3750

Open
Tracked by #3712 ...
hbelmiro opened this issue Jun 4, 2024 · 2 comments
Open
Tracked by #3712 ...

Comments

@hbelmiro
Copy link
Contributor

hbelmiro commented Jun 4, 2024

There are also a few pages in the "Legacy (v1)" section which will need updating but are critical to move/copy.

Here is the list of "Legacy (v1)" pages which we need to move to top of "user guides":

  • Introduction to the Pipelines SDK
    • Once updated, It can go to the top of the "User Guides" section.
  • Install the Kubeflow Pipelines SDK
    • This is just explaining how to pip install kfp and use a conda env, we can update it and put it second under the "User Guides" section.

Here is the list of "Legacy (v1)" pages which we need to move to the "user guides" under "core functions":

  • Pipeline Parameters
  • Visualize Results in the Pipelines UI
    • This one is critical, because it currently includes V2 docs under a separate heading, despite living in the V1 section.

Here is the list of "Legacy (v1)" pages which we need to move to the "user guides" under "create components":

  • Building Components
  • Best Practices for Designing Components

Contextualization: #3737 (review)

This must be done after #3737 gets merged.

@thesuperzapper
Copy link
Member

@hbelmiro We also need to create a V2 version of "Manipulate Kubernetes Resources as Part of a Pipeline".

Its quite different in V2 as it uses the kfp[kubernetes] library:

I also note that there seem to be a few significant features missing (namely the ability to manipulate arbitrary resources, like the old v1 ResourceOp):

We could suggest people use a Python component with the kubernetes python library, but that should be a decision for the @kubeflow/pipelines leads.

@hbelmiro
Copy link
Contributor Author

/area pipelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Do
Development

No branches or pull requests

2 participants