Skip to content

Commit

Permalink
docs: update kubeflow version in the quickstart (#3540)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Jul 28, 2023
1 parent 7d3ffc3 commit a300371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This step demonstrates how to deploy a KFP standalone instance into an existing
Run the following script after replacing `PIPELINE_VERSION` with the desired version of KFP (release are listed [here][releases]):

```shell
export PIPELINE_VERSION="2.0.0"
export PIPELINE_VERSION={{% pipelines/latest-version %}}

kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION"
kubectl wait --for condition=established --timeout=60s crd/applications.app.k8s.io
Expand Down

0 comments on commit a300371

Please sign in to comment.