We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2e64b commit ae88a5eCopy full SHA for ae88a5e
docs/install/upgrade/upgrade-installation.md
@@ -79,10 +79,10 @@ you need to run post-install jobs (see [here for details](#upgrade-existing-reso
79
80
```bash
81
# Serving
82
-kubectl apply -f {{ artifact(repo="serving",file="serving-post-install-jobs.yaml")}}
+kubectl create -f {{ artifact(repo="serving",file="serving-post-install-jobs.yaml")}}
83
84
# Eventing
85
-kubectl apply -f {{ artifact(repo="eventing",file="eventing-post-install.yaml")}}
+kubectl create -f {{ artifact(repo="eventing",file="eventing-post-install.yaml")}}
86
```
87
88
Make sure that the jobs complete successfully before continuing:
0 commit comments