Kostiantyn Kalynovskyi 1e97f2b480 Add airshipctl cluster init command
Change-Id: Ieb23b3e313126a69e8c3256f5178651ff40a80f9
2020-04-30 16:44:47 -05:00

16 lines
441 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
initinfra Deploy initinfra components to cluster
Flags:
-h, --help help for cluster
Use "cluster [command] --help" for more information about a command.