-
Notifications
You must be signed in to change notification settings - Fork 30
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
Extend kubectl get clusterdeployment
output
#1027
Comments
Just a head-up, I won't change the generic status too much since it is unclear what is the
|
It makes sense to keep it consistent with standard kubernetes resources, as it makes it easier to work with. People will expect that. E.g. pods:
... or deployments:
Btw. I think it should cover all services running in the managed cluster (even those from MultiClusterService) to provide overall info about the cluster. |
As of my knowledge, there ain't guidelines on what to put into the custom columns, because these are Custom Resource Definitions so the meaningfulness justifies all the column names and their values, not some other resources. If some of the column names are confused with the standard ones it is not a problem to rename them (e.g. So I would stick to the following (the pipes separate the
👍 |
@zerospiel it looks good. What about this improvement? I think it would be really cool.
|
I am struggling to understand how to determine the |
Please extend the command output to improve user experience:
Current
ClusterDeployment is ready
should be justReady
SERVICES
could show deployed/not deployed services counts.Suggested
The text was updated successfully, but these errors were encountered: