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
Describe the bug
In agent networkpolicy reconciler, if initial egress rule add to open flow fails, maybe because ovs is not ready, and if the egress rule contains dst IPBlock, the update method during retry does not add dst IP block to open flow rules.
Expected
ovs flows should eventually converge and have IP block rule installed.
Actual behavior
ovs flows rules are missing ip block rules if initial egress rule add failed.
Versions:
0.11
The text was updated successfully, but these errors were encountered:
Describe the bug
In agent networkpolicy reconciler, if initial egress rule add to open flow fails, maybe because ovs is not ready, and if the egress rule contains dst IPBlock, the update method during retry does not add dst IP block to open flow rules.
Expected
ovs flows should eventually converge and have IP block rule installed.
Actual behavior
ovs flows rules are missing ip block rules if initial egress rule add failed.
Versions:
0.11
The text was updated successfully, but these errors were encountered: