Skip to content

Commit

Permalink
refactor(prepull): quiet pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Oct 23, 2023
1 parent dee25de commit 9d8563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/prepull_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
kubectl delete deployments.apps --ignore-not-found=true prepull
kubectl delete daemonsets.apps --ignore-not-found=true prepull

pip install kubernetes
pip install -q kubernetes

KUBERNETES_NAMESPACE=`cat /var/run/secrets/kubernetes.io/serviceaccount/namespace`

Expand Down

0 comments on commit 9d8563c

Please sign in to comment.