From 1f6a8baaf187e38e9e6eae0f4a225f77cdefd3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 15 Aug 2024 16:08:47 +0200 Subject: [PATCH] Revert "ci: add reset_runtime to cleanup" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8d9bec2e015f20126a84bc474e35ecf748f53d98, as it causes issues in the operator and kata-deploy itself, leading to the node to be NotReady. Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/kata-deploy/scripts/kata-deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/packaging/kata-deploy/scripts/kata-deploy.sh b/tools/packaging/kata-deploy/scripts/kata-deploy.sh index 8768600682..b9d017693d 100755 --- a/tools/packaging/kata-deploy/scripts/kata-deploy.sh +++ b/tools/packaging/kata-deploy/scripts/kata-deploy.sh @@ -706,7 +706,6 @@ function main() { cleanup_cri_runtime "$runtime" kubectl label node "$NODE_NAME" --overwrite katacontainers.io/kata-runtime=cleanup remove_artifacts - reset_runtime "$runtime" ;; reset) reset_runtime $runtime