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

add QBO and "raw manifests" guides table #3700

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 43 additions & 10 deletions content/en/docs/started/installing-kubeflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>does not endorse or certify</strong> any specific distribution.

In the near future, there are plans to introduce <a href="https://github.com/kubeflow/community/blob/master/proposals/kubeflow-conformance-program-proposal.md">conformance testing for distributions</a>, you may track progress on this initiative by following <a href="https://github.com/kubeflow/kubeflow/issues/6485">kubeflow/kubeflow#6485</a>.
{{% /alert %}}

The following table lists distributions which are <em>maintained</em> by their respective maintainers:
The following table lists distributions, which are <em>maintained</em> by their respective maintainers:

<div class="table-responsive distributions-table">
<table class="table table-bordered">
Expand Down Expand Up @@ -186,11 +179,53 @@ The following table lists distributions which are <em>maintained</em> by their r
</table>
</div>

{{% alert title="Note" color="info" %}}
Packaged distributions are developed and supported by their respective maintainers.
The Kubeflow community <strong>does not endorse or certify</strong> any specific distribution.

In the near future, there are plans to introduce <a href="https://github.com/kubeflow/community/blob/master/proposals/kubeflow-conformance-program-proposal.md">conformance testing for distributions</a>, you may track progress on this initiative by following <a href="https://github.com/kubeflow/kubeflow/issues/6485">kubeflow/kubeflow#6485</a>.
{{% /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:

<div class="table-responsive">
<table class="table table-bordered">
<thead>
<tr>
<th>Author</th>
<th>Kubeflow Version</th>
<th>Target Platform</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>
QBO
</td>
<td>
{{% qbo/latest-version %}}
</td>
<td>
QBO Kubernetes Engine
</td>
<td>
<a href="https://docs.qbo.io/#/qke?id=kubeflow">Guide</a>
</td>
</tr>
</tbody>
</table>
</div>

### 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.

Expand All @@ -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 %}}

<a id="next-steps"></a>

## Next steps

- Review the Kubeflow <a href="/docs/components/">component documentation</a>
Expand Down
1 change: 1 addition & 0 deletions layouts/shortcodes/qbo/latest-version.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.7.0