1 개요[ | ]
- kubeadm init phase
Console
Copy
# kubeadm init phase
Use this command to invoke single phase of the init workflow
Usage:
kubeadm init phase [command]
Available Commands:
addon Install required addons for passing conformance tests
bootstrap-token Generates bootstrap tokens used to join a node to a cluster
certs Certificate generation
control-plane Generate all static Pod manifest files necessary to establish the control plane
etcd Generate static Pod manifest file for local etcd
kubeconfig Generate all kubeconfig files necessary to establish the control plane and the admin kubeconfig file
kubelet-finalize Updates settings relevant to the kubelet after TLS bootstrap
kubelet-start Write kubelet settings and (re)start the kubelet
mark-control-plane Mark a node as a control-plane
preflight Run pre-flight checks
show-join-command Show the join command for control-plane and worker node
upload-certs Upload certificates to kubeadm-certs
upload-config Upload the kubeadm and kubelet configuration to a ConfigMap
Flags:
-h, --help help for phase
Global Flags:
--add-dir-header If true, adds the file directory to the header of the log messages
--log-file string If non-empty, use this log file (no effect when -logtostderr=true)
--log-file-max-size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800)
--one-output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true)
--rootfs string [EXPERIMENTAL] The path to the 'real' host root filesystem.
--skip-headers If true, avoid header prefixes in the log messages
--skip-log-headers If true, avoid headers when opening log files (no effect when -logtostderr=true)
-v, --v Level number for the log level verbosity
Use "kubeadm init phase [command] --help" for more information about a command.
2 같이 보기[ | ]
- kubeadm init
- kubeadm init phase preflight
- kubeadm init phase kubelet-start
- kubeadm init phase certs
- kubeadm init phase kubeconfig
- kubeadm init phase control-plane
- kubeadm init phase etcd
- kubeadm init phase upload-config
- kubeadm init phase upload-certs
- kubeadm init phase mark-control-plane
- kubeadm init phase bootstrap-token
- kubeadm init phase kubelet-finalize
- kubeadm init phase addon
3 참고[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.