From bbada922a818bcbbbd382b76d0775e906f3d68ca Mon Sep 17 00:00:00 2001 From: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:33:49 -0700 Subject: [PATCH] add QBO and "raw manifests" guides table Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> --- .../en/docs/started/installing-kubeflow.md | 53 +++++++++++++++---- layouts/shortcodes/qbo/latest-version.html | 1 + 2 files changed, 44 insertions(+), 10 deletions(-) create mode 100644 layouts/shortcodes/qbo/latest-version.html diff --git a/content/en/docs/started/installing-kubeflow.md b/content/en/docs/started/installing-kubeflow.md index fee217e34b..f826f072da 100644 --- a/content/en/docs/started/installing-kubeflow.md +++ b/content/en/docs/started/installing-kubeflow.md @@ -31,14 +31,7 @@ a simplified installation and management experience for Kubeflow. Some distribut deployed on [all certified Kubernetes distributions](https://kubernetes.io/partners/#conformance), while others target a specific platform (e.g. EKS or GKE). -{{% alert title="Note" color="warning" %}} -Packaged distributions are developed and supported by their respective maintainers. -The Kubeflow community does not endorse or certify any specific distribution. - -In the near future, there are plans to introduce conformance testing for distributions, you may track progress on this initiative by following kubeflow/kubeflow#6485. -{{% /alert %}} - -The following table lists distributions which are maintained by their respective maintainers: +The following table lists distributions, which are maintained by their respective maintainers:
@@ -186,11 +179,53 @@ The following table lists distributions which are maintained by their r
+{{% alert title="Note" color="info" %}} +Packaged distributions are developed and supported by their respective maintainers. +The Kubeflow community does not endorse or certify any specific distribution. + +In the near future, there are plans to introduce conformance testing for distributions, you may track progress on this initiative by following kubeflow/kubeflow#6485. +{{% /alert %}} + ## Raw Kubeflow Manifests The raw Kubeflow Manifests are aggregated by the [Manifests Working Group](https://github.com/kubeflow/community/tree/master/wg-manifests) and are intended to be used as the **base of packaged distributions**. +### Guides for Specific Platforms + +Some groups maintain guides for installing the raw Kubeflow manifests on their platform: + +
+ + + + + + + + + + + + + + + + + +
AuthorKubeflow VersionTarget PlatformLink
+ QBO + + {{% qbo/latest-version %}} + + QBO Kubernetes Engine + + Guide +
+
+ +### Generic Instructions + Advanced users may choose to install the manifests for a specific Kubeflow version by following the instructions in the `README` of the [`kubeflow/manifests`](https://github.com/kubeflow/manifests) repository. @@ -210,8 +245,6 @@ If you need support, please consider using a [packaged distribution](#packaged-d Nevertheless, we welcome contributions and bug reports very much. {{% /alert %}} - - ## Next steps - Review the Kubeflow component documentation diff --git a/layouts/shortcodes/qbo/latest-version.html b/layouts/shortcodes/qbo/latest-version.html new file mode 100644 index 0000000000..9dbb0c0052 --- /dev/null +++ b/layouts/shortcodes/qbo/latest-version.html @@ -0,0 +1 @@ +1.7.0 \ No newline at end of file