K0s restore
k0s restore#
restore k0s state from given backup archive. Use '-' as filename to read from stdin. Must be run as root (or with sudo)
k0s restore filename [flags]
Options#
--config-out string Specify desired name and full path for the restored k0s.yaml file (default: /home/runner/work/k0s/k0s/k0s_<archive timestamp>.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 restore
--status-socket string Full file path to the socket file. (default: <rundir>/status.sock)
-v, --verbose Verbose logging (default: false)
SEE ALSO#
- k0s - k0s - Zero Friction Kubernetes