Options (2)
-c, --clusterbooleanView the details of a cluster
Example:
ibmcloud ks cluster get {{[-c|--cluster]}} {{cluster_id}}-w, --workerbooleanDelete a worker node and replace it with a new one in the same worker pool
Example:
ibmcloud ks worker replace {{[-c|--cluster]}} {{cluster_id}} {{[-w|--worker]}} {{worker_id}}Examples (5)
View the details of a cluster
ibmcloud ks cluster get [-c|--cluster] cluster_idView the rotation status of Cluster Authority certificates for a cluster
ibmcloud ks cluster ca status [-c|--cluster] cluster_idView worker pools of a cluster
ibmcloud ks worker-pool ls [-c|--cluster] cluster_idDelete a worker node and replace it with a new one in the same worker pool
ibmcloud ks worker replace [-c|--cluster] cluster_id [-w|--worker] worker_idList all actions available under this command
made by @shridhargupta | data from tldr-pages