Skip to content

Commit

Permalink
Use create instead of apply (#5785)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Dec 7, 2023
1 parent 1f2e64b commit ae88a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/upgrade/upgrade-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ you need to run post-install jobs (see [here for details](#upgrade-existing-reso

```bash
# Serving
kubectl apply -f {{ artifact(repo="serving",file="serving-post-install-jobs.yaml")}}
kubectl create -f {{ artifact(repo="serving",file="serving-post-install-jobs.yaml")}}

# Eventing
kubectl apply -f {{ artifact(repo="eventing",file="eventing-post-install.yaml")}}
kubectl create -f {{ artifact(repo="eventing",file="eventing-post-install.yaml")}}
```

Make sure that the jobs complete successfully before continuing:
Expand Down

0 comments on commit ae88a5e

Please sign in to comment.