From 993620bbd28a871bb907adc904f999a9f4b2f03c Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Fri, 17 Nov 2023 09:11:56 +0100 Subject: [PATCH] fix(k3s-upgrade): forcefully drain nodes --- manifests/system-upgrade/k3s-upgrade-v1.28.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/system-upgrade/k3s-upgrade-v1.28.yaml b/manifests/system-upgrade/k3s-upgrade-v1.28.yaml index b62580c..271c4ed 100644 --- a/manifests/system-upgrade/k3s-upgrade-v1.28.yaml +++ b/manifests/system-upgrade/k3s-upgrade-v1.28.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: system-upgrade cordon: true drain: - force: false + force: true ignoreDaemonSets: true deleteLocalData: true skipWaitForDeleteTimeout: 180