Skip to content

Diagnostics

K2s System Status

To inspect the full K2s system status, run:

Bash Session
k2s status -o wide

Log Files

To analyze the log files, browse the directory <install-drive>\var\log. The main log file is k2s.log.

Dumping K2s Debug Information

To dump K2s system information, run:

Bash Session
k2s system dump

Listing ALL PVCs

Get the list of all mounted volumes, their size and their namespace:

Bash Session
kg pv

Get the list of all mounted volume claims and their current usage:

Bash Session
kg pvc -A