From a8d988744546b34a307abacfb93889f5871ba40a Mon Sep 17 00:00:00 2001 From: "Yuan (Bob) Gong" Date: Fri, 16 Aug 2019 08:12:34 +0800 Subject: [PATCH] Update pipeline quickstart for kf 0.6 (#1080) --- content/docs/pipelines/pipelines-quickstart.md | 5 ++--- layouts/shortcodes/pipelines-compatibility.html | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/content/docs/pipelines/pipelines-quickstart.md b/content/docs/pipelines/pipelines-quickstart.md index 0271c9c48e..7ad4b06f4c 100644 --- a/content/docs/pipelines/pipelines-quickstart.md +++ b/content/docs/pipelines/pipelines-quickstart.md @@ -86,9 +86,8 @@ workload: alt="Run results on the pipelines UI" class="mt-3 mb-3 border border-info rounded"> -You can find the source code for the basic parallel join sample in the -[Kubeflow Pipelines -repo](https://github.com/kubeflow/pipelines/blob/master/samples/core/parallel_join/parallel_join.py). +You can find [the source code for the basic parallel join sample](https://github.com/kubeflow/pipelines/blob/master/samples/core/parallel_join/parallel_join.py) +in the Kubeflow Pipelines repo. ## Run an ML pipeline diff --git a/layouts/shortcodes/pipelines-compatibility.html b/layouts/shortcodes/pipelines-compatibility.html index 039e186c13..92380d346d 100644 --- a/layouts/shortcodes/pipelines-compatibility.html +++ b/layouts/shortcodes/pipelines-compatibility.html @@ -1,6 +1,6 @@ -

Due to -kubeflow/pipelines#345 -and -kubeflow/pipelines#337, +

Due to +kubeflow/pipelines#1700 +and +kubeflow/pipelines#337, some non-critical pieces of functionality are currently available only on GKE clusters.