
from ephermeral to workload cluster. Change-Id: Ib6d31282056468d5a153177dfb33ce4a55514ab3
31 lines
949 B
Markdown
31 lines
949 B
Markdown
## airshipctl cluster
|
|
|
|
Manage Kubernetes clusters
|
|
|
|
### Synopsis
|
|
|
|
This command provides capabilities for interacting with a Kubernetes cluster,
|
|
such as getting status and deploying initial infrastructure.
|
|
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for cluster
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
|
|
--debug enable verbose output
|
|
--kubeconfig string Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl](airshipctl.md) - A unified entrypoint to various airship components
|
|
* [airshipctl cluster init](airshipctl_cluster_init.md) - Deploy cluster-api provider components
|
|
* [airshipctl cluster move](airshipctl_cluster_move.md) - Move Cluster API objects, provider specific objects and all dependencies to the target cluster
|
|
|