From 3d7df0c522899d1e200380f4255823e4d0352aa9 Mon Sep 17 00:00:00 2001 From: "Yuan (Bob) Gong" Date: Wed, 25 Sep 2019 01:27:29 +0800 Subject: [PATCH] Fix pipeline lite README (#2217) /cc @jingzhang36 --- manifests/kustomize/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/kustomize/README.md b/manifests/kustomize/README.md index 84b12e5ad7e..eba57e4e1c6 100644 --- a/manifests/kustomize/README.md +++ b/manifests/kustomize/README.md @@ -7,7 +7,7 @@ This folder contains Kubeflow Pipelines Kustomize manifests for a light weight d Deploy latest version of Kubeflow Pipelines ``` export PIPELINE_VERSION=0.1.31 -kubectl apply -f https://storage.googleapis.com/ml-pipeline/pipeline-lite/$TAG_NAME/namespaced-install.yaml +kubectl apply -f https://storage.googleapis.com/ml-pipeline/pipeline-lite/$PIPELINE_VERSION/namespaced-install.yaml ``` Then get the Pipeline URL @@ -53,7 +53,7 @@ and open http://localhost:8080/ ## Uninstall You can uninstall Kubeflow Pipelines by running ``` -export PIPELINE_VERSION=0.1.26 +export PIPELINE_VERSION=0.1.31 kubectl delete -f https://raw.githubusercontent.com/kubeflow/pipelines/$PIPELINE_VERSION/manifests/kustomize/namespaced-install.yaml ```