K0s config validate
k0s config validate#
Validate k0s configuration
Synopsis#
Example: k0s config validate --config path_to_config.yaml
k0s config validate [flags]
Options#
-c, --config string config file, use '-' to read the config from stdin (default "/etc/k0s/k0s.yaml")
--data-dir string Data Directory for k0s. DO NOT CHANGE for an existing setup, things will break! (default "/var/lib/k0s")
-d, --debug Debug logging (default: false)
--debugListenOn string Http listenOn for Debug pprof handler (default ":6060")
-h, --help help for validate
--status-socket string Full file path to the socket file. (default: <rundir>/status.sock)
-v, --verbose Verbose logging (default: false)
SEE ALSO#
- k0s config - Configuration related sub-commands