Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agent NetworkPolicyController reconciler to update egress rule ignores IP block #1635

Closed
suwang48404 opened this issue Dec 9, 2020 · 0 comments · Fixed by #1667
Closed
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@suwang48404
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants