From 5e7e3783e19f062705b5953c41acf0ab88aa4e33 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Fri, 17 Nov 2023 10:20:11 +0100 Subject: [PATCH] revert: "fix(k3s-upgrade): drain.timeout must be integer" This reverts commit fd1a8adb28a226f1a7771d3bc93ae95c967e6094. --- 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 f3255b9..56402a9 100644 --- a/manifests/system-upgrade/k3s-upgrade-v1.28.yaml +++ b/manifests/system-upgrade/k3s-upgrade-v1.28.yaml @@ -19,7 +19,7 @@ spec: jobActiveDeadlineSecs: 3600 cordon: true drain: - timeout: 900 # 15 minutes + timeout: 900s # 15 minutes force: true ignoreDaemonSets: true deleteLocalData: true