Skip to content

Commit

Permalink
Fix pipeline lite README (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored and k8s-ci-robot committed Sep 24, 2019
1 parent 2510a69 commit 3d7df0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 3d7df0c

Please sign in to comment.