vinfra service compute k8saas workergroup show
Display Kubernetes worker group details:
usage: vinfra service compute k8saas workergroup show <cluster> <worker-group>
<cluster>
- Cluster ID or name
<worker-group>
- Worker group ID or name
Example:
# vinfra service compute k8saas workergroup show k8s1 mygroup \ --vinfra-domain domain1 --vinfra-project project1 \ --vinfra-username user1 --vinfra-password password +-----------------+--------------------------------------+ | Field | Value | +-----------------+--------------------------------------+ | flavor | small | | id | 70d071eb-7a81-471f-ae50-99758ae27678 | | is_default | False | | name | mygroup | | node_count | 3 | | role | worker | | server_group_id | 50f4ae08-4e44-4132-a40b-7043a2c3e739 | | status | ACTIVE | +-----------------+--------------------------------------+
This command displays the details of the worker group mygroup
for the Kubernetes cluster k8s1
.