This command displays details of a specific VAST compute cluster.
Usage
computecluster show --id IDRequired Parameters
| Specifies which compute cluster to display. |
Example
vcli: admin> computecluster show --id 1
+-------------------------+--------------------------------------------------------------------------------------------------------------------------+
| Id | 1 |
| Guid | bc4cd8ac-0f7a-4608-a304-6d5a7e39204f |
| Name | loop0-oo-compute |
| State | RUNNING |
| Server-kube-vip-address | 172.26.64.24 |
| Static-ip-ranges | [['172.26.64.20', '172.26.64.24']] |
| Netmask | 255.255.255.0 |
| Default-gateway | None |
| Vlan | None |
| Cluster-cidr | 10.64.0.0/12 |
| Service-cidr | 10.80.0.0/12 |
| Backup-frequency | 60 |
| Resource-counts | {'cnodes': {'disk_pressure': 0, 'memory_pressure': 0, 'network_unavailable': 0, |
| | 'pid_pressure': 0, 'ready': 4, 'total': 4}, 'deployments': {'degraded': 0, 'error': 0, |
| | 'running': 33, 'total': 33}, 'namespace_counts': 11, 'pods': {'failed': 0, 'pending': 0, |
| | 'running': 105, 'succeeded': 14, 'total': 119, 'unknown': 0}, 'service_counts': 33, |
| | 'tenant_counts': 1} |
| Cnodes | [{'id': 4, 'ip': '172.26.64.23', 'message': '', 'state': 'RUNNING', 'stats': {'cpu': {'total': 80.0, 'used': |
| | 49.15710620522899}, 'memory': {'total': 675776831488.0, 'used': 260847284224.0}, 'pods': 22}, |
| | 'type': 'WORKER'}, {'id': 1, 'ip': '172.26.64.20', 'message': '', 'state': 'RUNNING', 'stats': {'cpu': {'total': |
| | 80.0, 'used': 49.15756181565458}, 'memory': {'total': 675776831488.0, 'used': 260858703872.0}, |
| | 'pods': 59}, 'type': 'SERVER'}, {'id': 2, 'ip': '172.26.64.21', 'message': '', 'state': 'RUNNING', 'stats': {'cpu': |
| | {'total': 80.0, 'used': 49.15703119619536}, 'memory': {'total': 675776831488.0, 'used': 260854575104.0}, |
| | 'pods': 23}, 'type': 'SERVER'}, {'id': 3, 'ip': '172.26.64.22', 'message': '', 'state': 'RUNNING', 'stats': {'cpu': |
| | {'total': 80.0, 'used': 49.157186770486945}, 'memory': {'total': 675776831488.0, 'used': 260845187072.0}, |
| | 'pods': 15}, 'type': 'SERVER'}] |
+-------------------------+--------------------------------------------------------------------------------------------------------------------------+