From e195202bf68fefc90f4fbeb3e30420869a73e286 Mon Sep 17 00:00:00 2001 From: Titi Wangsa bin Damhore Date: Fri, 30 Aug 2024 18:32:30 -0700 Subject: [PATCH] Add sleep to reduce logging output Signed-off-by: Titi Wangsa bin Damhore --- stack/vagrant/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stack/vagrant/setup.sh b/stack/vagrant/setup.sh index 2187fc5..2a262af 100644 --- a/stack/vagrant/setup.sh +++ b/stack/vagrant/setup.sh @@ -71,6 +71,7 @@ helm_install_tink_stack() { trusted_proxies="" until [ "$trusted_proxies" != "" ]; do trusted_proxies=$(kubectl get nodes -o jsonpath='{.items[*].spec.podCIDR}' | tr ' ' ',') + sleep 5 done helm install tink-stack oci://ghcr.io/tinkerbell/charts/stack \ --version "$version" \