From 07f84e7fdcf6da2e4fc3e7ce8e6546751104f672 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 22 Jan 2024 08:35:40 -0600 Subject: [PATCH] vm-hosts: Increase VM start delay after K8s Increasing the delay after starting the Kubernetes cluster to hopefully allow things to "settle down" enough that starting services on follow up VMs doesn't time out. --- group_vars/vm-hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/vm-hosts.yml b/group_vars/vm-hosts.yml index 5e1cc60..2ddd85f 100644 --- a/group_vars/vm-hosts.yml +++ b/group_vars/vm-hosts.yml @@ -220,7 +220,7 @@ vm_autostart: - k8s-amd64-n1 - k8s-amd64-n2 - k8s-amd64-n3 -- delay 5s +- delay 15s - web0 - file0 - cloud0