Mathew Wicks
add96db991
website: use OWNERS to set area labels on PRs ( #4154 )
...
* chore: use OWNERS to set area labels
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* chore: update PR template
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2025-07-23 15:22:01 +00:00
Michael
b593f10706
pipelines: Control Flow - remove unsupported banners ( #4143 )
...
Current implemented features on master for pipelines that will be available for 2.6:
loop parallelism - https://github.com/kubeflow/pipelines/pull/10798
oneOf - https://github.com/kubeflow/pipelines/pull/11196
dsl.Collected - https://github.com/kubeflow/pipelines/pull/11725
PipelineTaskFinalStatus - https://github.com/kubeflow/pipelines/pull/11953
Signed-off-by: Michael <m.zazula@gmail.com>
2025-07-11 21:31:53 +00:00
M!l!nd
77b9ce9bbe
pipelines: fix link in `Migrate to Kubeflow Pipelines v2` ( #4049 )
...
Signed-off-by: M!l!nd <99114125+milinddethe15@users.noreply.github.com>
2025-06-17 14:08:10 +00:00
Daniel Dowler
f3d6b27d7d
pipelines: Update pipeline concept docs ( #4074 )
...
* created IR YAML concept page
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* updated pipeline and pipeline root concept pages
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* updated links
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* Update content/en/docs/components/pipelines/concepts/pipeline.md
Co-authored-by: Ricardo Martinelli de Oliveira <rmartine@redhat.com>
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* fixed formatting issues
Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* removed external vendor platform mention
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* link formatting
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* minor formatting
Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
fixed word plurality
Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* fixed link issues
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
---------
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
Co-authored-by: Ricardo Martinelli de Oliveira <rmartine@redhat.com>
Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
2025-06-17 14:04:09 +00:00
Yunkai Li
efb1156f29
docs(pipelines): Add troubleshooting tip for standalone Pipelines installation ( #4084 )
...
* docs(pipelines): add troubleshooting tip for installation using platform-agnostic path
Some users reported pod crashes (e.g., proxy-agent, workflow-controller) when following the default installation instruction using `env/dev`. This patch adds a troubleshooting tip to use `env/platform-agnostic` as an alternative.
Verified working on Minikube with v2.0.0, based on community suggestions (see kubeflow/pipelines#9546 ).
Fixes kubeflow/pipelines#11757
Signed-off-by: Yunkai Li <54110380+kaikaila@users.noreply.github.com>
* Correct the format of "3 minutes to complete"
Signed-off-by: Yunkai Li <54110380+kaikaila@users.noreply.github.com>
---------
Signed-off-by: Yunkai Li <54110380+kaikaila@users.noreply.github.com>
2025-06-17 14:01:09 +00:00
Anton Pechenin
7718b11b08
add a new s3.forcePathStyle configuration parameter to the samples. ( #3885 )
...
Signed-off-by: arpechenin <arpechenin@avito.ru>
2025-05-22 11:59:20 +00:00
Matt Prahl
54005ba799
pipelines: Add KFP documentation for importing modelcars ( #4097 )
...
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
2025-05-07 20:49:41 +00:00
Daniel Dowler
23d50fea25
pipelines: updated KFP component concept page ( #4062 )
...
* updated KFP component concept page
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* fix links
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* added back next steps section
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* minor wording changes
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* added todo comment
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* minor updates
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* small formatting updates
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* fixed link, small formatting
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* Update content/en/docs/components/pipelines/concepts/component.md
Co-authored-by: Matt Prahl <mprahl@users.noreply.github.com>
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
* replaced hard-coded image with command for maintainability
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
---------
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
Co-authored-by: Matt Prahl <mprahl@users.noreply.github.com>
2025-04-25 13:33:58 +00:00
Rahul k
239078a929
fix: getting-started broken link ( #4091 )
...
Signed-off-by: Rahul k <83643646+rahulk789@users.noreply.github.com>
2025-04-25 13:27:59 +00:00
Helber Belmiro
b75743b25e
pipelines: Updated Pipelines' OWNERS file ( #4087 )
...
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
2025-04-14 19:49:22 +00:00
Helber Belmiro
5c9995dedb
pipelines: Added proxy documentation ( #4073 )
...
* pipelines: Added proxy documentation
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
* Update content/en/docs/components/pipelines/operator-guides/server-config.md
Co-authored-by: Matt Prahl <mprahl@users.noreply.github.com>
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
* pipelines: Removed unneeded sections
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
---------
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
Co-authored-by: Matt Prahl <mprahl@users.noreply.github.com>
2025-04-14 17:51:21 +00:00
Mathew Wicks
4f092f1576
website: Add dark theme ( #3981 )
...
* Add dark theme to website
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix white borders on images in dark mode
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix tables in dark mode
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix home action buttons on very small screens
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Undo architecture diagram changes
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Update trainer homepage copy based on review
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Make variables for KF colors
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Update search colors based on review
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Use project logos with words on homepage
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Make home section borders gray
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2025-03-30 01:45:29 +00:00
Daniel Dowler
260ae4bce3
pipelines: Improvements to the KFP overview doc ( #4057 )
...
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
2025-03-25 12:07:50 +00:00
Valentina Rodriguez Sosa
83401cec8a
pipelines: Update wording Pipelines in Quick Start ( #4004 )
...
* update fix/broken links
Signed-off-by: varodrig <varodrig@redhat.com>
* update wording
Signed-off-by: varodrig <varodrig@redhat.com>
---------
Signed-off-by: varodrig <varodrig@redhat.com>
2025-02-18 15:05:41 +00:00
Mathew Wicks
6aefa59614
Add Swagger UI for Model Registry ( #3980 )
...
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2025-02-14 22:29:37 +00:00
Mathew Wicks
8d8f8f19d2
Remove "Concepts" / "Multi-Tenancy" section ( #3977 )
...
* Remove "Components" / "Multi-Tenancy" section
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix dead multi-tenancy links
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2025-02-04 17:09:36 +00:00
Akash Jaiswal
06b1b77697
Fixing build broken links for netlify build (remove from todoPatterns) ( #3963 )
...
* test: netlify deploy test
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
* revert: some of the todoPatters which were failing
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
* fix: 3 build todo patterns
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
* fix: gke issue
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
* move: shared-resoures to skipPatterns
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
---------
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
2025-01-29 16:47:51 +00:00
Mahdi Khashan
59c9e6c80d
Typo in pipelines user guides data handling parameters ( #3975 )
...
* add base md
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
* fix typo
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
* drop changed file
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
---------
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
2025-01-24 18:39:21 +00:00
Daniel Dowler
af45e1468f
fix: inconsistent deploy documentation pns references ( #3972 )
...
Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com>
2025-01-24 12:23:21 +00:00
Ben Hunter
5aec4c5105
Update metadata.md ( #3957 )
...
incorrect link to ml metadata docs
Signed-off-by: Ben Hunter <bjameshunter@gmail.com>
2025-01-13 14:51:09 +00:00
M!l!nd
5498e9fb94
Update run-trigger.md ( #3953 )
...
Signed-off-by: M!l!nd <99114125+milinddethe15@users.noreply.github.com>
2025-01-13 12:50:08 +00:00
Ryan Jaemun Jung
c009ba9317
nit: fix typo add_node_selector_constraint to set_accelerator_type ( #3949 )
...
Signed-off-by: Ryan Jung <ryanjung@google.com>
2025-01-02 18:32:16 +00:00
Valentina Rodriguez Sosa
d49ed65582
update local execution limitations ( #3944 )
...
* update fix/broken links
Signed-off-by: varodrig <varodrig@redhat.com>
* adding local execution for cloud clarification
Signed-off-by: varodrig <varodrig@redhat.com>
---------
Signed-off-by: varodrig <varodrig@redhat.com>
2024-12-16 16:55:08 +00:00
tom1299
efc8465f4c
Fix links to machine types and kustomize configuration ( #3753 )
...
docmentation
Signed-off-by: tom1299 <tom1299@jeeatwork.com>
2024-12-16 10:54:08 +00:00
Matteo Mortari
06c763f543
fix broken link to k8s documentation ( #3661 )
...
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
2024-12-02 12:04:57 +00:00
Valentina Rodriguez Sosa
607107bf23
Updating documentation to fix typo ( #3930 )
...
* update fix/broken links
Signed-off-by: varodrig <varodrig@redhat.com>
* update documentation Data Handling
Signed-off-by: varodrig <varodrig@redhat.com>
---------
Signed-off-by: varodrig <varodrig@redhat.com>
2024-11-26 14:51:52 +00:00
Dharmit Dalvi
553bfb2cb7
[Pipelines] Add doc on disabling default caching flag and env var ( #3925 )
...
Signed-off-by: ddalvi <ddalvi@redhat.com>
2024-11-19 17:29:23 +00:00
Mathew Wicks
90f4b7ed25
Add version popout to "Packaged Distributions" table ( #3842 )
...
* Add "version notice" popouts to Packaged Distributions table
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Remove old link to conformance proposal
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Make button colors less vivid to avoid distraction
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Avoid strange wrapping of "release notes" links
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Remove icons
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Make all versions blue
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Use outline rather than solid color
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Make all second-paragraph popups the same.
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Run `get_new_releases.sh` to get the 1.9.1 release
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-11-07 20:46:13 +00:00
Valentina Rodriguez Sosa
987c75e98c
Update Documentation reference to the same version of Kubernetes API 1.29 ( #3912 )
...
Signed-off-by: varodrig <varodrig@redhat.com>
2024-10-17 16:34:20 +00:00
Dharmit Dalvi
823249d7c3
[Pipelines] Revert disabling default caching flag and env var doc ( #3898 )
...
* Revert "[Pipelines] Specify KFP SDK version where new caching flag will be available (#3881 )"
This reverts commit 090f09bd95 .
Signed-off-by: ddalvi <ddalvi@redhat.com>
* Revert "[Pipelines] Add doc on disabling default caching flag and env var (#3880 )"
This reverts commit 7b7c037020 .
Signed-off-by: ddalvi <ddalvi@redhat.com>
* Fix enable_caching option's comment typo
Signed-off-by: ddalvi <ddalvi@redhat.com>
---------
Signed-off-by: ddalvi <ddalvi@redhat.com>
2024-10-14 13:39:17 +00:00
Valentina Rodriguez Sosa
888c2dadb0
Fixed broken links in Notebooks ( #3878 )
...
* Issue #3810
Signed-off-by: varodrig <varodrig@redhat.com>
* update link
Signed-off-by: varodrig <varodrig@redhat.com>
* resolving issues with links katib and notebook.
Signed-off-by: varodrig <varodrig@redhat.com>
---------
Signed-off-by: varodrig <varodrig@redhat.com>
2024-09-27 14:58:36 +00:00
Jorge
090f09bd95
[Pipelines] Specify KFP SDK version where new caching flag will be available ( #3881 )
...
* Specify KFP SDK version where new caching flag will be available
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
* Fix typo in caching page
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
---------
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
2024-09-27 13:56:37 +00:00
Dharmit Dalvi
7b7c037020
[Pipelines] Add doc on disabling default caching flag and env var ( #3880 )
...
Signed-off-by: ddalvi <ddalvi@redhat.com>
2024-09-26 17:24:35 +00:00
Marie Stephen Leo
d9ae92b1c4
Fix: Update containerized-python-components.md. fixes #3871 ( #3873 )
...
Minor updates to make the documentation work
Signed-off-by: Marie Stephen Leo <35026793+stephenleo@users.noreply.github.com>
2024-09-19 18:04:28 +00:00
Humair Khan
76df2f7e1a
add docs around pipelines obj store configurations ( #3833 )
...
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
2024-09-17 16:31:26 +00:00
Humair Khan
c638d3bf38
add unsupported notice for PipelineTaskFinalStatus ( #3839 )
...
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
2024-09-12 03:57:21 +00:00
Mathew Wicks
d3ca1b1db5
Improve the KFP / User Guides / Core Functions docs ( #3795 )
...
* Improve the KFP / User Guides / Core Functions docs
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Small updates 1
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix `KFPClientManager()` for Kubeflow 1.9.0
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix checklinks errors
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Make "Connect the SDK to the API" more clear
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-08-27 15:43:02 +00:00
Diego Lovison
9c29299835
Simplify and clarify instructions for using `dsl.importer` component. ( #3838 )
...
Signed-off-by: Diego Lovison <diegolovison@gmail.com>
2024-08-26 14:51:01 +00:00
Helber Belmiro
1d8b463d05
Moved multi-user to KFP v2 docs ( #3786 )
...
* Moved multi-user to KFP v2 docs
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
* Removed v1 warnings
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
---------
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
2024-08-14 17:45:26 +00:00
Mathew Wicks
6d53777fdf
Improve sidebar style for deeply nested pages ( #3816 )
...
* Improve sidebar style for deep nesting
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* ensure bottom of sidebar is always scrollable
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* improve the look of the seperator lines
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Set max width for large screens
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Remove arrow rotation on hover
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix KFP API reference pages (remove extra bootstrap)
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix homepage and small screen alignment.
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Reduce sidebar size
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix styles + Add swagger-ui for KFP
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Don't break swagger mid-word unless necessary.
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Allow setting a swagger "base URL" + Add preamble
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix small mobile scrollbar
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Clean up swagger pages (remove extra heading/intro)
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Add logs to help debug missing remote swagger JSON
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Use H2 headings on swagger pages
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix sidebar color + logo position
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-08-10 02:34:38 +00:00
Helber Belmiro
17e27bf1d7
Fix broken links in Pipelines ( #3807 )
...
* Fixed Pipelines broken links
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
* Removed link from release notes
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
---------
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
2024-07-31 18:18:05 +00:00
ElayAharoni
da5eef9097
update localcluster deployment doc to use Docker desktop for local deployment Resolves issue #3819 ( #3820 )
...
* update local deployment docs file, and add Docker-desktop kubernetes as deployment option
Signed-off-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com>
* update local deployment docs file, and add Docker-desktop kubernetes as deployment option
Signed-off-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com>
---------
Signed-off-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com>
Co-authored-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com>
2024-07-24 17:05:53 +00:00
Diego Lovison
f67dd9fa1e
Add port-forward to ml-pipeline-ui service ( #3805 )
...
* Add port-forward to ml-pipeline-ui service
Signed-off-by: Diego Lovison <diegolovison@gmail.com>
* Update content/en/docs/components/pipelines/operator-guides/installation/_index.md
Signed-off-by: Diego Lovison <diegolovison@gmail.com>
Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
* Update content/en/docs/components/pipelines/operator-guides/installation/_index.md
Signed-off-by: Diego Lovison <diegolovison@gmail.com>
Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
---------
Signed-off-by: Diego Lovison <diegolovison@gmail.com>
Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
2024-07-16 20:48:56 +00:00
Helber Belmiro
02eb59b5e9
Added page for kfp-kubernetes ( #3796 )
...
* Added page for kfp-kubernetes
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
* Fixed description
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
* Removed unneeded sentence.
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
---------
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
2024-07-16 13:09:56 +00:00
Helber Belmiro
37c939d436
Added instructions for installing Pipelines. ( #3793 )
...
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
2024-07-11 20:38:21 +00:00
Mandeep Cheema
4e62040efd
fix: broken github url in component-spec.md ( #3800 )
...
Signed-off-by: Mandeep Cheema <mandeep.cheema@starlingbank.com>
2024-07-11 13:01:21 +00:00
Alex
aa361d9bf8
fix(pipelines): Add missing kfp-kubernetes import ( #3779 )
...
Signed-off-by: droctothorpe <mythicalsunlight@gmail.com>
Co-authored-by: monicazhang1 <zhangmonica1@gmail.com>
2024-07-11 12:59:21 +00:00
Mathew Wicks
b0d73bcff3
Partial Revert of #3787 ( #3794 )
...
This reverts commit 2180ab29ca .
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-07-06 21:37:09 +00:00
Mathew Wicks
833cc62a4a
Update Kubeflow Pipelines Legacy V1 warning text ( #3792 )
...
* Update KFP Legacy V1 warning text
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Update KFP Legacy V1 warning text
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Remove "stable status" from KFP V1 docs
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-07-06 19:55:09 +00:00
Mathew Wicks
3723136074
Revert #3782 "Added Pipelines v2 installation pages" ( #3791 )
...
This reverts commit 5765bfa446
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-07-06 19:31:09 +00:00