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
It has been observed that the registry controller can copy containerd
configurations to a Windows BYOH instance, even after the Node has
started the deletion process.
This commit hardens the reconcile logic to avoid this timing issue.
While this won't 100% fix the issue, this solution avoids introducing a
mutex for manipulating a given node. Given the low severity of the issue
I believe this does not warrant the complications that a mutex would
add.
0 commit comments