System Info and Diagnose
Vela CLI provide a command to diagnose the system and show the system information. It can help check if the system is running in a health state.
You can:
- run
vela system info
to check all detail system information - run
vela system diagnose
to diagnose system's health
Vela System Info
- The system info command displays the cpu and memory metrics, the numbers of ready pods and desired pods.
vela system info
expected output
- The system info command can displays system component details when you specify it by
-s
.
vela system info -s kubevela-vela-core -n vela-system
expected output
Vela System Diagnose
vela system diagnose
will helps you to diagnose the KubeVela's health.
vela system diagnose