diff --git a/content/docs/gke/deploy/deploy-ui.md b/content/docs/gke/deploy/deploy-ui.md index 7b764d56a4..e07ebe0775 100644 --- a/content/docs/gke/deploy/deploy-ui.md +++ b/content/docs/gke/deploy/deploy-ui.md @@ -5,9 +5,12 @@ weight = 3 +++ This page provides instructions for using the Kubeflow deployment web app to -deploy Kubeflow on GCP. If you prefer to use the -command line, see the guide to +deploy Kubeflow on GCP. The deployment web app currently supports +**Kubeflow {{% kf-deployment-ui-version %}}**. + +For more control over your deployment, see the guide to [deployment using the CLI](/docs/gke/deploy/deploy-cli). +The CLI supports Kubeflow {{% kf-latest-version %}} and later versions. ## Overview of the deployment user interface (UI) diff --git a/content/docs/pipelines/tutorials/pipelines-tutorial.md b/content/docs/pipelines/tutorials/pipelines-tutorial.md index 9e59edbdef..22943c18e9 100644 --- a/content/docs/pipelines/tutorials/pipelines-tutorial.md +++ b/content/docs/pipelines/tutorials/pipelines-tutorial.md @@ -128,22 +128,30 @@ Deploy Kubeflow on GCP: guide to [deploying Kubeflow on GCP](/docs/gke/deploy/), taking note of the following: + * If you want the most simple deployment experience, use the Kubeflow deployment web app + as described in the guide to + [deployment using the UI](/docs/gke/deploy/deploy-ui/). + The deployment web app currently supports + **Kubeflow {{% kf-deployment-ui-version %}}**. + * For more control + over the deployment, use the guide to + [deployment using the CLI](/docs/gke/deploy/deploy-cli/). + The CLI supports **Kubeflow {{% kf-latest-version %}}** and later versions. * Make sure that you enable **Cloud Identity-Aware Proxy (IAP)** as prompted during the deployment process. * When setting up the **authorized redirect URI** for the **OAuth client credentials**, use the same value for the `` as you used when setting up the `DEPLOYMENT_NAME` environment variable earlier in this tutorial. - * Choose **Kubeflow {{% kf-stable-tag %}}** or later. - - The following screenshot shows the Kubeflow deployment UI with hints about + * The following screenshot shows the Kubeflow deployment UI with hints about the value for each input field: Prediction UI -1. (Optional) If you want to examine your cluster while waiting for the UI to +1. (Optional) If you want to examine your cluster while waiting for the + Kubeflow dashboard to be available, you can use `kubectl` to connect to your cluster: * Connect your Cloud Shell session to the cluster: diff --git a/content/docs/started/getting-started-minikube.md b/content/docs/started/getting-started-minikube.md index b087dad33b..d4311dd5be 100644 --- a/content/docs/started/getting-started-minikube.md +++ b/content/docs/started/getting-started-minikube.md @@ -85,12 +85,12 @@ curl -Lo docker-machine-driver-kvm2 https://storage.googleapis.com/minikube/rele The following describes a script driven installation that you can use to deploy all 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: ``` -export KUBEFLOW_TAG={{% kf-stable-tag %}} +export KUBEFLOW_TAG={{% kf-latest-version %}} curl -O https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/setup-minikube.sh chmod +x setup-minikube.sh ./setup-minikube.sh ``` -**KUBEFLOW_TAG** is a tag corresponding to the version to checkout such as {{% kf-stable-tag %}} or `master`. +**KUBEFLOW_TAG** is a tag corresponding to the version to checkout such as {{% kf-latest-version %}} or `master`. The script asks for some config input as shown below: ![ConfigInputs](../ConfigInputs.png) @@ -214,11 +214,11 @@ The following steps will deploy Kubeflow components and start them on the Miniku ``` mkdir ${KUBEFLOW_SRC} cd ${KUBEFLOW_SRC} - export KUBEFLOW_TAG={{% kf-stable-tag %}} + export KUBEFLOW_TAG={{% kf-latest-version %}} curl https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/download.sh | bash ``` - **KUBEFLOW_SRC** directory where you want kubeflow source to be downloaded - - **KUBEFLOW_TAG** is a tag corresponding to the version to checkout such as {{% kf-stable-tag %}} + - **KUBEFLOW_TAG** is a tag corresponding to the version to checkout such as {{% kf-latest-version %}} 1. Run the following to setup and deploy Kubeflow: diff --git a/content/docs/use-cases/gitops-for-kubeflow.md b/content/docs/use-cases/gitops-for-kubeflow.md index 8ecf5833d8..3aafc16a8d 100644 --- a/content/docs/use-cases/gitops-for-kubeflow.md +++ b/content/docs/use-cases/gitops-for-kubeflow.md @@ -76,7 +76,7 @@ You can read about other options to connect to your Argo CD instance [here](http ```shell mkdir ${KUBEFLOW_SRC} cd ${KUBEFLOW_SRC} - export KUBEFLOW_TAG={{% kf-stable-tag %}} + export KUBEFLOW_TAG=v0.5.0 curl https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/download.sh | bash ``` * **KUBEFLOW_SRC** directory where you want kubeflow source to be downloaded diff --git a/layouts/shortcodes/kf-deployment-ui-version.html b/layouts/shortcodes/kf-deployment-ui-version.html new file mode 100644 index 0000000000..48080b4cf2 --- /dev/null +++ b/layouts/shortcodes/kf-deployment-ui-version.html @@ -0,0 +1 @@ +v0.5.0 \ No newline at end of file diff --git a/layouts/shortcodes/kf-latest-version.html b/layouts/shortcodes/kf-latest-version.html index 14909610e6..45a9970412 100644 --- a/layouts/shortcodes/kf-latest-version.html +++ b/layouts/shortcodes/kf-latest-version.html @@ -1 +1 @@ -v0.6.1 +v0.6.1 \ No newline at end of file diff --git a/layouts/shortcodes/kf-stable-tag.html b/layouts/shortcodes/kf-stable-tag.html deleted file mode 100644 index 60f6343282..0000000000 --- a/layouts/shortcodes/kf-stable-tag.html +++ /dev/null @@ -1 +0,0 @@ -v0.6.0