Skip to content

Commit 7f4beb7

Browse files
sarahmaddoxdwightjl
authored andcommitted
Clarified versions available in deployment UI and CLI (kubeflow#981)
* Clarified versions available in deployment UI and CLI. * Removed empty line at EOF because it causes a space in rendering on page. * Review comment Co-Authored-By: Dwight J Lyle <[email protected]>
1 parent fae0bf9 commit 7f4beb7

File tree

7 files changed

+24
-13
lines changed

7 files changed

+24
-13
lines changed

content/docs/gke/deploy/deploy-ui.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ weight = 3
55
+++
66

77
This page provides instructions for using the Kubeflow deployment web app to
8-
deploy Kubeflow on GCP. If you prefer to use the
9-
command line, see the guide to
8+
deploy Kubeflow on GCP. The deployment web app currently supports
9+
**Kubeflow {{% kf-deployment-ui-version %}}**.
10+
11+
For more control over your deployment, see the guide to
1012
[deployment using the CLI](/docs/gke/deploy/deploy-cli).
13+
The CLI supports Kubeflow {{% kf-latest-version %}} and later versions.
1114

1215
## Overview of the deployment user interface (UI)
1316

content/docs/pipelines/tutorials/pipelines-tutorial.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -128,22 +128,30 @@ Deploy Kubeflow on GCP:
128128
guide to [deploying Kubeflow on GCP](/docs/gke/deploy/),
129129
taking note of the following:
130130
131+
* If you want the most simple deployment experience, use the Kubeflow deployment web app
132+
as described in the guide to
133+
[deployment using the UI](/docs/gke/deploy/deploy-ui/).
134+
The deployment web app currently supports
135+
**Kubeflow {{% kf-deployment-ui-version %}}**.
136+
* For more control
137+
over the deployment, use the guide to
138+
[deployment using the CLI](/docs/gke/deploy/deploy-cli/).
139+
The CLI supports **Kubeflow {{% kf-latest-version %}}** and later versions.
131140
* Make sure that you enable **Cloud Identity-Aware Proxy (IAP)**
132141
as prompted during the deployment process.
133142
* When setting up the **authorized redirect URI** for the **OAuth client
134143
credentials**, use the same value for the `<deployment_name>` as you used
135144
when setting up the `DEPLOYMENT_NAME` environment variable earlier in this
136145
tutorial.
137-
* Choose **Kubeflow {{% kf-stable-tag %}}** or later.
138-
139-
The following screenshot shows the Kubeflow deployment UI with hints about
146+
* The following screenshot shows the Kubeflow deployment UI with hints about
140147
the value for each input field:
141148
142149
<img src="/docs/images/gcp-e2e-deploy-kubeflow.png"
143150
alt="Prediction UI"
144151
class="mt-3 mb-3 p-3 border border-info rounded">
145152
146-
1. (Optional) If you want to examine your cluster while waiting for the UI to
153+
1. (Optional) If you want to examine your cluster while waiting for the
154+
Kubeflow dashboard to
147155
be available, you can use `kubectl` to connect to your cluster:
148156
149157
* Connect your Cloud Shell session to the cluster:

content/docs/started/getting-started-minikube.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ curl -Lo docker-machine-driver-kvm2 https://storage.googleapis.com/minikube/rele
8585
The following describes a script driven installation that you can use to deploy all
8686
the necessary components including `kubectl`, `minikube`, `kfctl` along with Kubeflow itself. The script requires input from you on some configuration information and then it drives the rest of the installation. Run the following to start the installation:
8787
```
88-
export KUBEFLOW_TAG={{% kf-stable-tag %}}
88+
export KUBEFLOW_TAG={{% kf-latest-version %}}
8989
curl -O https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/setup-minikube.sh
9090
chmod +x setup-minikube.sh
9191
./setup-minikube.sh
9292
```
93-
**KUBEFLOW_TAG** is a tag corresponding to the version to checkout such as {{% kf-stable-tag %}} or `master`.
93+
**KUBEFLOW_TAG** is a tag corresponding to the version to checkout such as {{% kf-latest-version %}} or `master`.
9494

9595
The script asks for some config input as shown below:
9696
![ConfigInputs](../ConfigInputs.png)
@@ -214,11 +214,11 @@ The following steps will deploy Kubeflow components and start them on the Miniku
214214
```
215215
mkdir ${KUBEFLOW_SRC}
216216
cd ${KUBEFLOW_SRC}
217-
export KUBEFLOW_TAG={{% kf-stable-tag %}}
217+
export KUBEFLOW_TAG={{% kf-latest-version %}}
218218
curl https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/download.sh | bash
219219
```
220220
- **KUBEFLOW_SRC** directory where you want kubeflow source to be downloaded
221-
- **KUBEFLOW_TAG** is a tag corresponding to the version to checkout such as {{% kf-stable-tag %}}
221+
- **KUBEFLOW_TAG** is a tag corresponding to the version to checkout such as {{% kf-latest-version %}}
222222
223223
1. Run the following to setup and deploy Kubeflow:
224224

content/docs/use-cases/gitops-for-kubeflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can read about other options to connect to your Argo CD instance [here](http
7676
```shell
7777
mkdir ${KUBEFLOW_SRC}
7878
cd ${KUBEFLOW_SRC}
79-
export KUBEFLOW_TAG={{% kf-stable-tag %}}
79+
export KUBEFLOW_TAG=v0.5.0
8080
curl https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/download.sh | bash
8181
```
8282
* **KUBEFLOW_SRC** directory where you want kubeflow source to be downloaded
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v0.5.0
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.6.1
1+
v0.6.1

layouts/shortcodes/kf-stable-tag.html

-1
This file was deleted.

0 commit comments

Comments
 (0)