Skip to content

Commit

Permalink
Adding update to KF 1.0 installation instructions on OCP (#2107)
Browse files Browse the repository at this point in the history
* Adding update to KF 1.0 installation instructions on OCP

* Adding approvers/reviewers

* Adding crobby

* Added link to KF1.0 on OCP blog

Co-authored-by: Juana Nakfour <nakfour>
  • Loading branch information
Juana Nakfour committed Aug 18, 2020
1 parent 27d5590 commit 4986d80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/openshift/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
approvers:
- vpavlin
- crobby
reviewers:
- pdmack
- animeshsingh
2 changes: 1 addition & 1 deletion content/en/docs/openshift/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Kubeflow on OpenShift"
description = "Running Kubeflow 0.7 on OpenShift 4.2"
description = "Running Kubeflow 1.0 on OpenShift 4.x"
weight = 60
+++
10 changes: 5 additions & 5 deletions content/en/docs/openshift/install-kubeflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide contains outdated information pertaining to Kubeflow 1.0. This guide
needs to be updated for Kubeflow 1.1.
{{% /alert %}}

This guide describes how to use the `kfctl` CLI to deploy Kubeflow 0.7 on an existing OpenShift 4.2 cluster.
This guide describes how to use the `kfctl` CLI to deploy Kubeflow 1.0 on an existing OpenShift 4.x cluster.

## Prerequisites

Expand Down Expand Up @@ -41,10 +41,10 @@ Minimal:

## Installing Kubeflow

Use the following steps to install Kubeflow 0.7 on OpenShift 4.2.
Use the following steps to install Kubeflow 1.0 on OpenShift 4.x.

1. Clone the [opendatahub/manifests]
(https://github.com/opendatahub-io/manifests) repository. This repository defaults to the `v0.7.0-branch-openshift` branch.
(https://github.com/opendatahub-io/manifests) repository. This repository defaults to the `v1.0-branch-openshift` branch.

```
git clone https://github.com/opendatahub-io/manifests.git
Expand All @@ -53,7 +53,7 @@ Use the following steps to install Kubeflow 0.7 on OpenShift 4.2.

1. Build the deployment configuration using the OpenShift KFDef file and local downloaded manifests.

> At the time this document was written, [Kubeflow issue #4678](https://github.com/kubeflow/kubeflow/issues/4678) prevents downloading the manifests during a build process. Update the manifest repo URI. Copy the KFDef file to the Kubeflow application directory. And finally build the configuration.
> Update the manifest repo URI. Copy the KFDef file to the Kubeflow application directory. And finally build the configuration.
```
# update the manifest repo URI
Expand Down Expand Up @@ -107,7 +107,7 @@ Use the following steps to install Kubeflow 0.7 on OpenShift 4.2.

## Next steps

* Learn about the [changes made](https://developers.redhat.com/blog/2020/02/10/installing-kubeflow-v0-7-on-openshift-4-2/) to Kubeflow manifests to enable deployment on OpenShift
* Learn about the [changes made](https://developers.redhat.com/blog/2020/08/13/open-data-hub-0-7-adds-support-for-kubeflow-1-0//) to Kubeflow manifests to enable deployment on OpenShift
* See how to [upgrade Kubeflow](/docs/upgrading/upgrade/) and how to
[upgrade or reinstall a Kubeflow Pipelines deployment](/docs/pipelines/upgrade/).
* See how to [uninstall](/docs/openshift/uninstall-kubeflow) your Kubeflow deployment
Expand Down

0 comments on commit 4986d80

Please sign in to comment.