You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are numerous problems in how werf handles locking during deployment phase. Some issues were solved in v2, but not all.
Solution (if you have one)
Release locking should be performed against the release namespace instead of the ConfigMap "werf-synchronization" in the release namespace. This way we can safely lock all operations on the release namespace itself, such as adding labels or annotations to it or removing namespace in werf dismiss.
Before proceeding
Problem
There are numerous problems in how werf handles locking during deployment phase. Some issues were solved in v2, but not all.
Solution (if you have one)
Release locking should be performed against the release namespace instead of the ConfigMap "werf-synchronization" in the release namespace. This way we can safely lock all operations on the release namespace itself, such as adding labels or annotations to it or removing namespace in
werf dismiss
.Additional information
Refs: #97, #85
The text was updated successfully, but these errors were encountered: