![Ruslan Aliev](/assets/img/avatar_default.png)
This command is outdated and no longer needed, according to the design call it should be removed. Change-Id: I7c96fdd8cbc21c56ad9d0d6291ea9b6c6626735d Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Relates-To: #588
17 lines
541 B
Plaintext
17 lines
541 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
|
|
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.
|