Skip to content

Commit

Permalink
minor adjustment of the deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarakaufler committed Oct 10, 2019
1 parent 87dbde0 commit 50233c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cluster/start_stop_pod_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ echo ""
echo "Start ..."
sleep 5
kubectl apply -f traffic_lights_deploy.yaml
sleep 3

for i in 1 2 3 4 5 6 7 8 9 10
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
do
echo "round $i"
echo "creating pod at `date`"
sleep 4
sleep 3
echo "deleting pod at `date`"
kubectl delete pod -l 'app=traffic-lights'
done
Expand Down

0 comments on commit 50233c0

Please sign in to comment.