b5b68b3d0f
Instead of these commands users should run apporopriate phase linked to clusterctl executor Relates-To: #463 Change-Id: Iecb7320668fa98cfe322cbf922eb77e9490acbdc
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
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
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl](airshipctl.md) - A unified entrypoint to various airship components
|
|
* [airshipctl cluster check-certificate-expiration](airshipctl_cluster_check-certificate-expiration.md) - Check for expiring TLS certificates, secrets and kubeconfigs in the kubernetes cluster
|
|
* [airshipctl cluster get-kubeconfig](airshipctl_cluster_get-kubeconfig.md) - Retrieve kubeconfig for a desired cluster
|
|
* [airshipctl cluster list](airshipctl_cluster_list.md) - Retrieve the list of defined clusters
|
|
* [airshipctl cluster rotate-sa-token](airshipctl_cluster_rotate-sa-token.md) - Rotate tokens of Service Accounts
|
|
* [airshipctl cluster status](airshipctl_cluster_status.md) - Retrieve statuses of deployed cluster components
|
|
|