kbcli cluster
Cluster command.
Options
-h, --help help for cluster
Options inherited from parent commands
--as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
--as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
--as-uid string UID to impersonate for the operation.
--cache-dir string Default cache directory (default "$HOME/.kube/cache")
--certificate-authority string Path to a cert file for the certificate authority
--client-certificate string Path to a client certificate file for TLS
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--match-server-version Require server version to match client version
-n, --namespace string If present, the namespace scope for this CLI request
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
-s, --server string The address and port of the Kubernetes API server
--tls-server-name string Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used
--token string Bearer token for authentication to the API server
--user string The name of the kubeconfig user to use
SEE ALSO
- kbcli cluster backup - Create a backup for the cluster.
- kbcli cluster cancel-ops - Cancel the pending/creating/running OpsRequest which type is vscale or hscale.
- kbcli cluster configure - Configure parameters with the specified components in the cluster.
- kbcli cluster connect - Connect to a cluster or instance.
- kbcli cluster create - Create a cluster.
- kbcli cluster create-account - Create account for a cluster
- kbcli cluster delete - Delete clusters.
- kbcli cluster delete-account - Delete account for a cluster
- kbcli cluster delete-backup - Delete a backup.
- kbcli cluster delete-ops - Delete an OpsRequest.
- kbcli cluster describe - Show details of a specific cluster.
- kbcli cluster describe-account - Describe account roles and related information
- kbcli cluster describe-backup - Describe a backup.
- kbcli cluster describe-backup-policy - Describe backup policy
- kbcli cluster describe-config - Show details of a specific reconfiguring.
- kbcli cluster describe-ops - Show details of a specific OpsRequest.
- kbcli cluster diff-config - Show the difference in parameters between the two submitted OpsRequest.
- kbcli cluster edit-backup-policy - Edit backup policy
- kbcli cluster edit-config - Edit the config file of the component.
- kbcli cluster explain-config - List the constraint for supported configuration params.
- kbcli cluster expose - Expose a cluster with a new endpoint, the new endpoint can be found by executing 'kbcli cluster describe NAME'.
- kbcli cluster grant-role - Grant role to account
- kbcli cluster hscale - Horizontally scale the specified components in the cluster.
- kbcli cluster label - Update the labels on cluster
- kbcli cluster list - List clusters.
- kbcli cluster list-accounts - List accounts for a cluster
- kbcli cluster list-backup-policy - List backups policies.
- kbcli cluster list-backups - List backups.
- kbcli cluster list-components - List cluster components.
- kbcli cluster list-events - List cluster events.
- kbcli cluster list-instances - List cluster instances.
- kbcli cluster list-logs - List supported log files in cluster.
- kbcli cluster list-ops - List all opsRequests.
- kbcli cluster logs - Access cluster log file.
- kbcli cluster promote - Promote a non-primary or non-leader instance as the new primary or leader of the cluster
- kbcli cluster register - Pull the cluster chart to the local cache and register the type to 'create' sub-command
- kbcli cluster restart - Restart the specified components in the cluster.
- kbcli cluster restore - Restore a new cluster from backup.
- kbcli cluster revoke-role - Revoke role from account
- kbcli cluster start - Start the cluster if cluster is stopped.
- kbcli cluster stop - Stop the cluster and release all the pods of the cluster.
- kbcli cluster update - Update the cluster settings, such as enable or disable monitor or log.
- kbcli cluster upgrade - Upgrade the cluster version.
- kbcli cluster volume-expand - Expand volume with the specified components and volumeClaimTemplates in the cluster.
- kbcli cluster vscale - Vertically scale the specified components in the cluster.