Skip to content

Commit ae88a5e

Browse files
authored
Use create instead of apply (#5785)
1 parent 1f2e64b commit ae88a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/upgrade/upgrade-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ you need to run post-install jobs (see [here for details](#upgrade-existing-reso
7979

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

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

8888
Make sure that the jobs complete successfully before continuing:

0 commit comments

Comments
 (0)