eecc417495
This change introduces the subcommand `status` to the `airshipctl cluster` command. The `status` command will iterate over all defined custom resources in the target path, check their status against the resources currently in the cluster, and then report results on stdout. Change-Id: Ieaff6b91fd9055f995c5ba8ce79959356a2a8a02 Relates-To: #73
17 lines
560 B
Plaintext
17 lines
560 B
Plaintext
This command provides capabilities for interacting with a Kubernetes cluster,
|
|
such as getting status and deploying initial infrastructure.
|
|
|
|
Usage:
|
|
cluster [command]
|
|
|
|
Available Commands:
|
|
help Help about any command
|
|
init Deploy cluster-api provider components
|
|
move Move Cluster API objects, provider specific objects and all dependencies to the target cluster
|
|
status Retrieve statuses of deployed cluster components
|
|
|
|
Flags:
|
|
-h, --help help for cluster
|
|
|
|
Use "cluster [command] --help" for more information about a command.
|