-
Notifications
You must be signed in to change notification settings - Fork 7
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
Report storage usage in admin-get-clusters command #2035
Comments
Thanks for the issue, it is a good direction for improvement! I think we should first add some separate commands because not all reports can be collected easily. Also it will allow us to display more detailed info. Storage utilizationMy idea here is to add
This can be easily (and efficiently) implemented on the server-side. Registry utilizationOfficial registry API has no support for retrieving total disk utilization, so we will have to implement it for each cloud provider separately. This will require a lot of effort and probably will not work for onprem. Service versionsI see this as some command like Summary for cluster commandAfter we will implement all of above commands, it will be easy to add some additional command to show summary, through I'm not sure that we will really need it. |
StorageAs for me, the command RegistryI also do like 2nd option more 👍 Services versionsCool idea! Summary for cluster commandIndeed, right now we don't need a summary command for all mentioned aspects, but if we have each of them separately - implementing some sort of alias to call all of them in a row is straightforward. Minor remart: |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
should I add some APs here? |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
Is your feature request related to a problem? Please describe.
Currently, there is no way to check how much storage: is used in a specific cluster.
The only workaround is to go to your cluster provided's (AWS/GCP/whatever) console and check the underlying backend NFS usage. I don't even know what we could do in on-premise installations.
Describe the solution you'd like
It would be nice to see the storage utilization in
neuro admin get-clusters
command output.Describe alternatives you've considered
Querying each cluster (provider?) might take some time (especially if the user has access to multiple clusters).
Therefore, as an alternative, we could introduce a different command like
neuro admin get-cluster-details <cluster>
and see their overall info about cluster such as:Additional context
The request came from the Synthesis team.
The text was updated successfully, but these errors were encountered: