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
- vela system diagnose - Diagnoses system problems.
- vela system info - Print the system deployment detail information in all namespaces with label app.kubernetes.io/name=vela-core.