Skip to content

Commit

Permalink
Add sleep to reduce logging output
Browse files Browse the repository at this point in the history
Signed-off-by: Titi Wangsa bin Damhore <[email protected]>
  • Loading branch information
ttwd80 authored Aug 31, 2024
1 parent 0420ec1 commit e195202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stack/vagrant/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit e195202

Please sign in to comment.