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