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
If etcd controller is rolling out new nodes for external etcd, there is a deadlock scenario where the lock is waiting for another machine to initialize even though the underlying machine got deleted for a transient issue.
If etcd controller is rolling out new nodes for external etcd, there is a deadlock scenario where the lock is waiting for another machine to initialize even though the underlying machine got deleted for a transient issue.
https://github.com/aws/etcdadm-bootstrap-provider/blob/main/internal/locking/locking.go#L58
We need to fix this by checking if the machine exists to be able to remove the lock and have it reconcile normally.
The text was updated successfully, but these errors were encountered: