Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: helm upgrade add wait flag #460

Closed
wants to merge 1 commit into from

Conversation

benjaminch
Copy link
Collaborator

add --wait flag to helm upgrade making sure everything is ready before
flagging a release as succesful:

--wait: if set, will wait until all Pods, PVCs, Services, and minimum
number of Pods of a Deployment, StatefulSet, or ReplicaSet are in a
ready state before marking the release as successful. It will wait for
as long as --timeout

https://helm.sh/docs/helm/helm_upgrade/#helm-upgrade

add `--wait` flag to helm upgrade making sure everything is ready before
flagging a release as succesful:

`--wait`: if set, will wait until all Pods, PVCs, Services, and minimum
number of Pods of a Deployment, StatefulSet, or ReplicaSet are in a
ready state before marking the release as successful. It will wait for
as long as --timeout

https://helm.sh/docs/helm/helm_upgrade/#helm-upgrade
@benjaminch benjaminch closed this Oct 19, 2021
@deimosfr deimosfr deleted the fix/helm-upgrade-add-wait-flag branch June 18, 2022 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant