k0s install

1 개요[ | ]

k0s install
# k0s install
Install k0s on a brand-new system. Must be run as root (or with sudo)

Usage:
  k0s install [command]

Available Commands:
  controller  Install k0s controller on a brand-new system. Must be run as root (or with sudo)
  worker      Install k0s worker on a brand-new system. Must be run as root (or with sudo)

Flags:
      --data-dir string        Data Directory for k0s (default: /var/lib/k0s). DO NOT CHANGE for an existing setup, things will break!
  -d, --debug                  Debug logging (default: false)
      --debugListenOn string   Http listenOn for Debug pprof handler (default ":6060")
  -e, --env stringArray        set environment variable
      --force                  force init script creation
  -h, --help                   help for install
      --status-socket string   Full file path to the socket file. (default: <rundir>/status.sock)
  -v, --verbose                Verbose logging (default: false)

Use "k0s install [command] --help" for more information about a command.

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}