Skip to main content
Version: v1.8

vela system

Manage system.

Synopsis

Manage system, incluing printing the system deployment information in vela-system namespace and diagnosing the system's health.

Examples

# Check all deployments information in all namespaces with label app.kubernetes.io/name=vela-core :
> vela system info
# Specify a deployment name with a namespace to check detail information:
> vela system info -s kubevela-vela-core -n vela-system
# Diagnose the system's health:
> vela system diagnose

Options

  -h, --help   help for system

Options inherited from parent commands

  -y, --yes   Assume yes for all user prompts

SEE ALSO

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra script in KubeVela.