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
The current Endpoint Querier RuleIndex shows the index of the rule among all matched rules in the policy for
this endpoint, which is not super helpful for users to find the rule from the original policy.
The current endpoint querier rule index shows the index
of the rule among all matched rules in the policy for
this endpoint, which is not super useful for the users.
This change updates the rule index to show the rule index
among all rules in the policy.
Fixesantrea-io#5782
Signed-off-by: Qiyue Yao <yaoq@vmware.com>
The current endpoint querier rule index shows the index
of the rule among all matched rules in the policy for
this endpoint, which is not super useful for the users.
This change updates the rule index to show the rule index
among all rules in the policy.
Fixesantrea-io#5782
Signed-off-by: Qiyue Yao <yaoq@vmware.com>
qiyueyao
added a commit
to qiyueyao/antrea
that referenced
this issue
Dec 11, 2023
The current endpoint querier rule index shows the index
of the rule among all matched rules in the policy for
this endpoint, which is not super useful for the users.
This change updates the rule index to show the rule index
among all rules in the policy.
Fixesantrea-io#5782
Signed-off-by: Qiyue Yao <yaoq@vmware.com>
The current endpoint querier rule index shows the index
of the rule among all matched rules in the policy for
this endpoint, which is not super useful for the users.
This change updates the rule index to show the rule index
among all rules in the policy.
Fixes#5782
Signed-off-by: Qiyue Yao <yaoq@vmware.com>
Describe the bug
The current Endpoint Querier RuleIndex shows the index of the rule among all matched rules in the policy for
this endpoint, which is not super helpful for users to find the rule from the original policy.
To Reproduce
Apply
Query
antctl query endpoint -p bar-pod
in Antrea controllerExpected
test-anp default 1
Actual behavior
test-anp default 0
Versions:
Since feature.
The text was updated successfully, but these errors were encountered: