Skip to content

Commit

Permalink
README: Link to KF installation & reference KFP version
Browse files Browse the repository at this point in the history
  • Loading branch information
elikatsis committed Mar 11, 2020
1 parent 3d4e2c7 commit dc304ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ kubectl kustomize base/crds | kubectl delete -f -

## Upgrade
Note - Do **NOT** follow these instructions if you are upgrading KFP in a
proper Kubeflow installation.
[proper Kubeflow installation](https://www.kubeflow.org/docs/started/getting-started/).

If you have already deployed a standalone KFP installation and you want to
upgrade it, make sure the following resources do not exist:
`metadata-deployment`, `metadata-service`.
If you have already deployed a standalone KFP installation of version prior to
0.2.5 and you want to upgrade it, make sure the following resources do not
exist: `metadata-deployment`, `metadata-service`.
```
kubectl -n <KFP_NAMESPACE> get deployments | grep metadata-deployment
kubectl -n <KFP_NAMESPACE> get service | grep metadata-service
Expand Down

0 comments on commit dc304ca

Please sign in to comment.