From e5e4cbe58d5bf8e452d81519f0896df2d8c19890 Mon Sep 17 00:00:00 2001 From: Reto Lehmann Date: Mon, 4 Dec 2023 13:49:27 +0100 Subject: [PATCH] Use create instead of apply --- docs/install/upgrade/upgrade-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/upgrade/upgrade-installation.md b/docs/install/upgrade/upgrade-installation.md index 96a08dad808..c6d7abffe8e 100644 --- a/docs/install/upgrade/upgrade-installation.md +++ b/docs/install/upgrade/upgrade-installation.md @@ -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: