Skip to content

Commit

Permalink
feat(kubectl): remove extra sleep 2x2 from deployment wait
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Jan 13, 2025
1 parent 901b8cc commit 86c1924
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions plugins/kubectl/deployment-wait-50
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ if kubectl get pods | grep "\-${taito_target_env}-" | grep "BackOff\|Error\|Init
exit 1
fi

sleep 2

echo
kubectl get pods | grep "\-${taito_target_env}-"

sleep 2

echo
kubectl get pods | grep "\-${taito_target_env}-"

Expand Down

0 comments on commit 86c1924

Please sign in to comment.