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 --dry-run=false Don't apply any changes; just output what would be
36 done.
37
38
39 --node-name="" Specify the node name.
40
41
42 --patches="" Path to a directory that contains files named "tar‐
43 get[suffix][+patchtype].extension". For example, "kube-apis‐
44 erver0+merge.yaml" or just "etcd.json". "target" can be one of "kube-
45 apiserver", "kube-controller-manager", "kube-scheduler", "etcd",
46 "kubeletconfiguration". "patchtype" can be one of "strategic", "merge"
47 or "json" and they match the patch formats supported by kubectl. The
48 default "patchtype" is "strategic". "extension" must be either "json"
49 or "yaml". "suffix" is an optional string that can be used to determine
50 which patches are applied first alpha-numerically.
51
52
53
55 --azure-container-registry-config="" Path to the file containing
56 Azure container registry configuration information.
57
58
59 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
60 filesystem.
61
62
63 --version=false Print version information and quit
64
65
66
68 # Writes a dynamic environment file with kubelet flags from a InitConfiguration file.
69 kubeadm init phase kubelet-start --config config.yaml
70
71
72
73
75 kubeadm-init-phase(1),
76
77
78
80 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
81 com) based on the kubernetes source material, but hopefully they have
82 been automatically generated since!
83
84
85
86Manuals User KUBERNETES(1)(kubernetes)