vinfra service compute k8saas workergroup delete
Delete a Kubernetes worker group:
usage: vinfra service compute k8saas workergroup delete <cluster> <worker-group>
<cluster>
- Cluster ID or name
<worker-group>
- Worker group ID or name
Example:
# vinfra service compute k8saas workergroup delete k8s1 mygroup \ --vinfra-domain domain1 --vinfra-project project1 \ --vinfra-username user1 --vinfra-password password Operation accepted.
This command deletes the worker group mygroup
for the Kubernetes cluster k8s1
.