-
Notifications
You must be signed in to change notification settings - Fork 1
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
werf dismiss --with-namespace hangs when there is a PVC in this namespace #99
Comments
Update. This is probably not related to PVC. Potential race-condition is here: https://github.com/werf/kubedog/blob/main/pkg/trackers/elimination/elimination.go#L136
If object was found in objects list, then deleted, then we run informer, then this informer may not receive object "deleted" signal which would result in hanging elimination process. |
… haning elimination tracker Refs https://github.com/werf/werf/issues/3766#issuecomment-938505746
… haning elimination tracker Refs https://github.com/werf/werf/issues/3766#issuecomment-938505746
In werf v2 we have very different logic for tracking resource deletions, so there is probably no such issue. But |
No description provided.
The text was updated successfully, but these errors were encountered: