We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kubectl get
We need to improve output of kubectl get escalations and kubectl get escalationpolicies to expiose relevant information.
kubectl get escalations
kubectl get escalationpolicies
status.State
status.StateDetails
This could be done using additional printer colums in resources CRD.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What needs to be done?
We need to improve output of
kubectl get escalations
andkubectl get escalationpolicies
to expiose relevant information.status.State
status.StateDetails
and maybe a counter showing how many grants are Created comapted to the total grants.This could be done using additional printer colums in resources CRD.
kubectl get escalations
shows meaningful outputkubectl get escalationpolicies
shows meaningful outputThe text was updated successfully, but these errors were encountered: