From f7ce44d5eba8ba46e38d242505e88b5690bf3362 Mon Sep 17 00:00:00 2001 From: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:07:43 +0100 Subject: [PATCH] --force-conflicts Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c6d194c..16a084d5f 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ KFServing was rebranded to KServe. Install the KServe component: ```sh -kustomize build contrib/kserve/kserve | kubectl apply --server-side -f - +kustomize build contrib/kserve/kserve | kubectl apply --server-side --force-conflicts -f - ``` Install the Models web application: