mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-18 20:47:53 +00:00
sleep 60 seconds between deployments
This commit is contained in:
parent
4a89729529
commit
e23d95bf03
@ -13,4 +13,6 @@ CONTROLLERS=`kubectl get pods -o=name | grep controller | sed "s/^.\{4\}//" | cu
|
||||
for c in ${CONTROLLERS[@]}
|
||||
do
|
||||
kubectl set image deployment controller-${c} ztcentral-controller=gcr.io/zerotier-central/ztcentral-controller:${TAG}
|
||||
echo "Sleeping for 1 minute"
|
||||
sleep 60
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user