vinfra service compute k8saas workergroup list

List Kubernetes worker groups:

usage: vinfra service compute k8saas workergroup list [--long] <cluster>
cluster
Cluster ID or name
--long

Enable access and listing of all fields of objects.

Example:

# vinfra service compute k8saas workergroup list k8s1\
--vinfra-domain domain1 --vinfra-project project1 \
--vinfra-username user1 --vinfra-password password
+--------------------------------------+----------------+----------+
| id                                   | name           | status   |
+--------------------------------------+----------------+----------+
| efa32b7d-55d7-4a16-a765-68950404ec45 | default-master | ACTIVE   |
| 54242833-3416-474e-9651-a266d62e0962 | default-worker | ACTIVE   |
| 70d071eb-7a81-471f-ae50-99758ae27678 | mygroup        | CREATING |
+--------------------------------------+----------------+----------+

This command displays all of the node groups for the Kubernetes cluster k8s1.