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
The machine controller disables portions of its reconciliation logic that depend on SSA by setting disableNodeLabelSync to true during tests. This is because the current test setup for the machine controller uses fake client which does not support SSA.
This issue to switch over the tests, at least the ones that need a working SSA, to envtest and dropping the disableNodeLabelSync from the machine reconciler.