![Ruslan Aliev](/assets/img/avatar_default.png)
Change-Id: I1b736a4b9cae4e6e47ddb7909a8fd619518e975c Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Closes: #567
17 lines
544 B
Plaintext
17 lines
544 B
Plaintext
Provides capabilities for interacting with a Kubernetes cluster,
|
|
such as getting status and deploying initial infrastructure.
|
|
|
|
Usage:
|
|
cluster [command]
|
|
|
|
Available Commands:
|
|
get-kubeconfig Airshipctl command to retrieve kubeconfig for a desired cluster(s)
|
|
help Help about any command
|
|
list Airshipctl command to get and list defined clusters
|
|
status Retrieve statuses of deployed cluster components
|
|
|
|
Flags:
|
|
-h, --help help for cluster
|
|
|
|
Use "cluster [command] --help" for more information about a command.
|