-
Notifications
You must be signed in to change notification settings - Fork 28
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 multiclusterservice
output
#1028
Comments
@Josca what output you expect in case some services failed on some clusters? |
I would follow container-pods logic here if possible - Running, Pending, Failed, Succeeded, Unknown. |
following this analogy we should consider MultiClusterService as a Deployment, for instance. Deployments does not show statuses of the containers, only Pods. Say, there is cluster-1, cluster-2 and cluster-3 with service-A, service-B and service-C. So, what would be the output? |
It doesn't give all info but some useful info:
Does it make sense? |
Please extend the command output to improve user experience:
Current
Suggested
STATUS
-Running / Pending / Failed / Succeeded / Unknown
SERVICES
- Deployed/Required services count.CLUSTERS
- Updated/NotUpdated clusters count.The text was updated successfully, but these errors were encountered: