
Instead of these commands users should run apporopriate phase linked to clusterctl executor Relates-To: #463 Change-Id: Iecb7320668fa98cfe322cbf922eb77e9490acbdc
19 lines
757 B
Plaintext
19 lines
757 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:
|
|
check-certificate-expiration Check for expiring TLS certificates, secrets and kubeconfigs in the kubernetes cluster
|
|
get-kubeconfig Retrieve kubeconfig for a desired cluster
|
|
help Help about any command
|
|
list Retrieve the list of defined clusters
|
|
rotate-sa-token Rotate tokens of Service Accounts
|
|
status Retrieve statuses of deployed cluster components
|
|
|
|
Flags:
|
|
-h, --help help for cluster
|
|
|
|
Use "cluster [command] --help" for more information about a command.
|