k0s install

Jmnote (토론 | 기여)님의 2024년 3월 9일 (토) 21:03 판 (새 문서: ==개요== {{소문자}} ;k0s install <syntaxhighlight lang='console'> # k0s install Install k0s on a brand-new system. Must be run as root (or with sudo) Usage: k0s install [comm...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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 }}