-
Notifications
You must be signed in to change notification settings - Fork 373
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
Print CNP priority on kubectl get cnp cnpName output #906
Conversation
Thanks for your PR. The following commands are available:
These commands can only be run by members of the vmware-tanzu organization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make manifest to generate new deployment yamls?
my bad |
/test-all |
/test-all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/test-e2e
/test-e2e |
The previous e2e test failure is because of traceflow intra node case, the tracing request is sent right after creating networkpolicies, leaving no time for them to be enforced. @lzhecheng is working on adding a polling networkpolicy status (by querying antctl on target node) to fix it. |
* Print CNP priority on kubectl get cnp cnpName output * Make manifest * Add Age to Printer
Before this change:
kubectl get cnp cnp0
NAME AGE
cnp0 49m
After this change:
kubectl get cnp cnp0
NAME PRIORITY AGE
cnp0 10 49m