mirror of
https://github.com/honestbee/drone-kubernetes.git
synced 2025-05-13 08:13:18 +00:00
script: adds command to check deployment rollout status
This commit is contained in:
parent
e0e14785e4
commit
694dddeaaf
1 changed files with 2 additions and 0 deletions
|
@ -71,4 +71,6 @@ for DEPLOY in ${DEPLOYMENTS[@]}; do
|
|||
kubectl -n ${NAMESPACE} set image deployment/${DEPLOY} \
|
||||
${CONTAINER}="${PLUGIN_REPO}:${PLUGIN_TAG}" --record
|
||||
done
|
||||
# wait on deployment rollout status
|
||||
kubectl -n ${NAMESPACE} rollout status deployment/${DEPLOY}
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue