kubeadm version

kubeadm version

This command prints the version of kubeadm.

Synopsis

Print the version of kubeadm

kubeadm version [flags]

Options

-h, --help

help for version

-o, --output string

Output format; available options are 'yaml', 'json' and 'short'

Options inherited from parent commands

--rootfs string

The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.

Inherited global flags

The generated options table on each kubeadm subcommand page lists flags for that subcommand only. The parent kubeadm command also accepts global flags that apply to every subcommand (init, join, upgrade, reset, token, and the rest).

Use -v / --v to set log verbosity. --v=5 is usually enough for troubleshooting; --v=10 prints each API client request and its body. --rootfs is inherited as well. Run kubeadm --help to see the full list.

Last modified August 19, 2026 at 10:07 PM PST: docs: mention inherited -v on remaining kubeadm pages (001421aa69)