1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase kubelet-start - Writes kubelet settings and
7 (re)starts the kubelet
8
9
10
12 kubeadm init phase kubelet-start [OPTIONS]
13
14
15
17 Writes a file with KubeletConfiguration and an environment file with
18 node specific kubelet settings, and then (re)starts kubelet.
19
20
21
23 --config=""
24 Path to kubeadm config file. WARNING: Usage of a configuration file
25 is experimental.
26
27
28 --cri-socket="/var/run/dockershim.sock"
29 Specify the CRI socket to connect to.
30
31
32 --node-name=""
33 Specify the node name.
34
35
36
38 --azure-container-registry-config=""
39 Path to the file containing Azure container registry configuration
40 information.
41
42
43 --log-flush-frequency=5s
44 Maximum number of seconds between log flushes
45
46
47 --rootfs=""
48 [EXPERIMENTAL] The path to the 'real' host root filesystem.
49
50
51 --version=false
52 Print version information and quit
53
54
55
57 # Writes a dynamic environment file with kubelet flags from a InitConfiguration file.
58 kubeadm init phase kubelet-start --config masterconfig.yaml
59
60
61
62
64 kubeadm-init-phase(1),
65
66
67
69 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
70 com) based on the kubernetes source material, but hopefully they have
71 been automatically generated since!
72
73
74
75Eric Paris kubernetes User Manuals KUBERNETES(1)