1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm join phase kubelet-start - Write kubelet settings, certificates
10 and (re)start the kubelet
11
12
13
15 kubeadm join 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 kubeadm config 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 --discovery-file="" For file-based discovery, a file or URL from
36 which to load cluster information.
37
38
39 --discovery-token="" For token-based discovery, the token used to
40 validate cluster information fetched from the API server.
41
42
43 --discovery-token-ca-cert-hash=[] For token-based discovery, vali‐
44 date that the root CA public key matches this hash (format: ":").
45
46
47 --discovery-token-unsafe-skip-ca-verification=false For token-
48 based discovery, allow joining without --discovery-token-ca-cert-hash
49 pinning.
50
51
52 --node-name="" Specify the node name.
53
54
55 --patches="" Path to a directory that contains files named "tar‐
56 get[suffix][+patchtype].extension". For example, "kube-apis‐
57 erver0+merge.yaml" or just "etcd.json". "target" can be one of "kube-
58 apiserver", "kube-controller-manager", "kube-scheduler", "etcd",
59 "kubeletconfiguration". "patchtype" can be one of "strategic", "merge"
60 or "json" and they match the patch formats supported by kubectl. The
61 default "patchtype" is "strategic". "extension" must be either "json"
62 or "yaml". "suffix" is an optional string that can be used to determine
63 which patches are applied first alpha-numerically.
64
65
66 --tls-bootstrap-token="" Specify the token used to temporarily au‐
67 thenticate with the Kubernetes Control Plane while joining the node.
68
69
70 --token="" Use this token for both discovery-token and tls-boot‐
71 strap-token when those values are not provided.
72
73
74
76 --azure-container-registry-config="" Path to the file containing
77 Azure container registry configuration information.
78
79
80 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
81 filesystem.
82
83
84 --version=false Print version information and quit
85
86
87
89 kubeadm-join-phase(1),
90
91
92
94 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
95 com) based on the kubernetes source material, but hopefully they have
96 been automatically generated since!
97
98
99
100Manuals User KUBERNETES(1)(kubernetes)