From 906c0df4052a03dbec34073ed77fd0860a826e3f Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Thu, 29 Apr 2021 09:24:23 -0700 Subject: [PATCH] kata-deploy: don't update worker pool nodes Our cluster's life is shorter than time it takes to update nodes; for better stability of the kata-deploy test, let's not update the nodes. Signed-off-by: Eric Ernst --- tools/packaging/kata-deploy/action/kubernetes-containerd.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/packaging/kata-deploy/action/kubernetes-containerd.json b/tools/packaging/kata-deploy/action/kubernetes-containerd.json index 25a94ab6c7..38acda5763 100644 --- a/tools/packaging/kata-deploy/action/kubernetes-containerd.json +++ b/tools/packaging/kata-deploy/action/kubernetes-containerd.json @@ -35,6 +35,9 @@ "servicePrincipalProfile": { "clientId": "", "secret": "" + }, + "linuxProfile": { + "runUnattendedUpgradesOnBootstrap": false } } }