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
Currently, it takes some effort to list all the pods covered-by or excluded-by a CNP/CCNP.
Especially, it is beneficial if we can list the pods marked privileged and excluded by a CCNP.
How
Implement the following commands:
npv cover ccnp <CCNP Name>
npv cover cnp -n <Namespace> <CNP Name>
--except flag to show all the endpoints outside of the coverage
NOTE: This command needs to query all the endpoints in a cluster, so performance is a concern.
Checklist
Finish implementation of the issue
Test all functions
Have enough logs to trace activities
Notify developers of necessary actions
The text was updated successfully, but these errors were encountered:
yokaze
changed the title
Implement a command to show coverage of a CNP/CCNP
Implement npv cover command to show coverage of a CNP/CCNP
Dec 25, 2024
yokaze
changed the title
Implement npv cover command to show coverage of a CNP/CCNP
Implement npv cover to show coverage of a CNP/CCNP
Dec 25, 2024
Motivation
Currently, it takes some effort to list all the pods covered-by or excluded-by a CNP/CCNP.
Especially, it is beneficial if we can list the pods marked privileged and excluded by a CCNP.
How
Implement the following commands:
npv cover ccnp <CCNP Name>
npv cover cnp -n <Namespace> <CNP Name>
--except
flag to show all the endpoints outside of the coverageNOTE: This command needs to query all the endpoints in a cluster, so performance is a concern.
Checklist
The text was updated successfully, but these errors were encountered: