kubeflow / website

Kubeflow's public website
Creative Commons Attribution 4.0 International
145 stars 750 forks source link

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

Open hbelmiro opened 3 weeks ago

hbelmiro commented 3 weeks ago

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":

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

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

Contextualization: https://github.com/kubeflow/website/pull/3737#pullrequestreview-2094650195

This must be done after https://github.com/kubeflow/website/pull/3737 gets merged.

thesuperzapper commented 3 weeks ago

@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 commented 2 weeks ago

/area pipelines