This command prints the version of kubeadm.
Print the version of kubeadm
kubeadm version [flags]
| -h, --help | |
help for version |
|
| -o, --output string | |
Output format; available options are 'yaml', 'json' and 'short' |
|
| --rootfs string | |
The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path. |
|
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.