vela system

Manage system.

Synopsis

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

Examples

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

Options

  1. -h, --help help for system

Options inherited from parent commands

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

SEE ALSO

Go Back to CLI Commands Homepage.

Auto generated by spf13/cobra script in KubeVela.