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
Not really a bug per se, but probably involuntary and a bit confusing when looking at the flow table. This is what I get when I dump flows for IngressRule on my testbed (after installing a simple network policy):
Describe the bug
Not really a bug per se, but probably involuntary and a bit confusing when looking at the flow table. This is what I get when I dump flows for IngressRule on my testbed (after installing a simple network policy):
It seems to me that flow 3 is not required because we already have flow 2, which has higher priority and is more "generic".
To Reproduce
Install a simple network policy like this one:
then start some Pods with label
app=nginx
and dump the flows on the Node on which the Pods are scheduled.Versions:
Antrea:
Additional context
We had 2 patches merged which seem to have a similar goal:
Maybe we should just revert #104. @tnqn am I missing something?
The text was updated successfully, but these errors were encountered: