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

[v2.17.0][helm for werf] Remove errPending on upgrade #63

Merged
merged 1 commit into from
Nov 9, 2020

Conversation

distorhead
Copy link
Member

@distorhead distorhead commented Nov 9, 2020

errPending on upgrade could occur when some deploy has been interrupted by a signal.

In this case helm leave release in inconsistent state which could not be healed by automatical redeploy.

Werf uses own distributed release locking by release name using Kubernetes configmap annotations to synchronize multiple deploy processes. Werf implementation supports interrupting of werf-deploy process by some signal.

helm#8987

errPending on upgrade could occur when some deploy has been interrupted by a signal.

In this case helm leave release in inconsistent state which could not be healed by automatical redeploy.

Werf uses own distributed release locking by release name using Kubernetes configmap annotations to synchronize multiple deploy processes. Werf implementation supports interrupting of werf-deploy process by some signal.
@distorhead distorhead changed the title [helm for werf] Remove errPending on upgrade [v2.17.0][helm for werf] Remove errPending on upgrade Nov 9, 2020
@distorhead distorhead merged commit bd3efc6 into HelmV2.17.0ForWerf Nov 9, 2020
@distorhead distorhead deleted the disableErrPending branch November 9, 2020 09:40
@distorhead
Copy link
Member Author

Refs werf/werf#2878
Refs helm#8987

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant