Skip to content

Commit

Permalink
move Kubeflow on AWS to legacy distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
thesuperzapper committed Nov 30, 2023
1 parent f80963d commit 9055cc7
Showing 1 changed file with 26 additions and 20 deletions.
46 changes: 26 additions & 20 deletions content/en/docs/started/installing-kubeflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,22 @@ There are two pathways to get up and running with Kubeflow, you may either:
<a id="install-a-packaged-kubeflow-distribution"></a>
## Packaged Distributions of Kubeflow

{{% alert title="Note" color="warning" %}}
{{% alert title="Conformance and Certification" color="warning" %}}
Packaged distributions are developed and supported by their respective maintainers, <b>the Kubeflow community does not endorse or certify any specific distribution</b>.

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 %}}

{{% alert title="Distribution Names" color="info" %}}
Currently, there are distributions with names like `Kubeflow on <PLATFORM>`.
Please note that, despite the name, these distributions are not officially endorsed by Kubeflow as the method to install Kubeflow on that platform.

In the near future, there are plans to rename these distributions to avoid confusion.
{{% /alert %}}

### Active Distributions

The following table lists <b>active distributions</b> that have <b>had a recent release</b> (within the last 6 months).
The following table lists <strong>active distributions</strong> that are <em>currently maintained</em> by their respective maintainers.

<div class="table-responsive">
<table class="table table-bordered">
Expand All @@ -42,19 +49,6 @@ The following table lists <b>active distributions</b> that have <b>had a recent
</tr>
</thead>
<tbody>
<tr>
<td>Kubeflow on AWS</td>
<td>Amazon Web Services</td>
<td>
Amazon Elastic Kubernetes Service (EKS)
</td>
<td>
<a href="https://awslabs.github.io/kubeflow-manifests">Website</a>
</td>
<td>
{{% aws/latest-version %}} <sup>[<a href="https://github.com/awslabs/kubeflow-manifests/releases">Release Notes</a>]</sup>
</td>
</tr>
<tr>
<td>Kubeflow on Azure</td>
<td>Microsoft Azure</td>
Expand Down Expand Up @@ -164,7 +158,7 @@ The following table lists <b>active distributions</b> that have <b>had a recent

### Legacy Distributions

The following table lists <b>legacy distributions</b> which have <b>not had a recent release</b> (within the last 6 months).
The following table lists <strong>legacy distributions</strong> which have <em>not had a recent release</em> (within the last 6 months), or whose maintainers have indicated that they are <em>no longer actively maintaining the distribution</em>.

<div class="table-responsive">
<table class="table table-bordered">
Expand Down Expand Up @@ -221,6 +215,19 @@ The following table lists <b>legacy distributions</b> which have <b>not had a re
1.5.0 <sup>[<a href="https://docs.arrikto.com/Changelog.html">Release Notes</a>]</sup>
</td>
</tr>
<tr>
<td>Kubeflow on AWS</td>
<td>Amazon Web Services</td>
<td>
Amazon Elastic Kubernetes Service (EKS)
</td>
<td>
<a href="https://awslabs.github.io/kubeflow-manifests">Website</a>
</td>
<td>
{{% aws/latest-version %}} <sup>[<a href="https://github.com/awslabs/kubeflow-manifests/releases">Release Notes</a>]</sup>
</td>
</tr>
</tbody>
</table>
</div>
Expand All @@ -231,14 +238,13 @@ The following table lists <b>legacy distributions</b> which have <b>not had a re

{{% alert title="Warning" color="warning" %}}
This method is for advanced users.

The Kubeflow community is not able to provide support for environment-specific issues when using the raw manifests.
If you need support, please consider using a [packaged distribution](#packaged-distributions-of-kubeflow).
{{% /alert %}}

The raw <a href="https://github.com/kubeflow/manifests">Kubeflow manifests</a> are aggregated by the <a href="https://github.com/kubeflow/community/tree/master/wg-manifests">Manifests Working Group</a>
and are intended to be used as the base of packaged distributions,
<b>advanced users may choose to install the manifests directly</b> by following <a href="https://github.com/kubeflow/manifests#installation">these instructions</a>.
The raw <a href="https://github.com/kubeflow/manifests"><code>kubeflow/manifests</code></a> are aggregated by the <a href="https://github.com/kubeflow/community/tree/master/wg-manifests">Manifests Working Group</a>
and are <strong>intended to be used as the base of packaged distributions</strong>,
<em>advanced users may choose to install the manifests directly</em> by following <a href="https://github.com/kubeflow/manifests#installation">these instructions</a>.

<a id="next-steps"></a>
## Next steps
Expand Down

0 comments on commit 9055cc7

Please sign in to comment.