1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase kubelet-start - Write kubelet settings and (re)start
10 the kubelet
11
12
13
15 kubeadm init phase kubelet-start [OPTIONS]
16
17
18
20 Write a file with KubeletConfiguration and an environment file with
21 node specific kubelet settings, and then (re)start kubelet.
22
23
24
26 --config="" Path to a kubeadm configuration file.
27
28
29 --cri-socket="" Path to the CRI socket to connect. If empty
30 kubeadm will try to auto-detect this value; use this option only if you
31 have more than one CRI installed or if you have non-standard CRI
32 socket.
33
34
35 --node-name="" Specify the node name.
36
37
38
40 --azure-container-registry-config="" Path to the file containing
41 Azure container registry configuration information.
42
43
44 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
45 filesystem.
46
47
48 --version=false Print version information and quit
49
50
51
53 # Writes a dynamic environment file with kubelet flags from a InitConfiguration file.
54 kubeadm init phase kubelet-start --config config.yaml
55
56
57
58
60 kubeadm-init-phase(1),
61
62
63
65 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
66 com) based on the kubernetes source material, but hopefully they have
67 been automatically generated since!
68
69
70
71Manuals User KUBERNETES(1)(kubernetes)