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
Gate ovn-controller starting until ovnkube controller syncs
This commit fixes OCPBUGS-42303.
If ovn-controller starts before ovnkube-controller syncs and the changes
propagated to SB DB, then ovn-controller will consume stale SB DB data.
This PR gates starting ovn-controller until ovnkube controller syncs.
ovnkube-controller emits a file to non-persistent storage and we
predicate the start on this.
Signed-off-by: Martin Kennelly <[email protected]>
0 commit comments