kubekey/docs/commands/kk-init-os.md
24sama e83219492d update artifact doc
Signed-off-by: 24sama <jacksama@foxmail.com>
2022-04-29 10:56:57 +08:00

670 B

NAME

kk init os: Init operating system.

DESCRIPTION

Init operating system. This command will install openssl, socat, conntrack, ipset, ipvsadm, ebtables and chrony on all the nodes.

OPTIONS

--artifact, -a

Path to a KubeKey artifact.

--debug

Print detailed information. The default is false.

--filename, -f

Path to a configuration file.

EXAMPLES

Init the operating system from a specified configuration file.

$ kk init os -f config-example.yaml

Init the operating system from a specified configuration file and use a KubeKey artifact.

$ kk init os -f config-example.yaml -a kubekey-artifact.tar.gz