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 to‐
48 ken-based discovery, allow joining without --discovery-to‐
49 ken-ca-cert-hash pinning.
50
51
52 --node-name="" Specify the node name.
53
54
55 --tls-bootstrap-token="" Specify the token used to temporarily au‐
56 thenticate with the Kubernetes Control Plane while joining the node.
57
58
59 --token="" Use this token for both discovery-token and tls-boot‐
60 strap-token when those values are not provided.
61
62
63
65 --azure-container-registry-config="" Path to the file containing
66 Azure container registry configuration information.
67
68
69 --log-flush-frequency=5s Maximum number of seconds between log
70 flushes
71
72
73 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
74 filesystem.
75
76
77 --version=false Print version information and quit
78
79
80
82 kubeadm-join-phase(1),
83
84
85
87 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
88 com) based on the kubernetes source material, but hopefully they have
89 been automatically generated since!
90
91
92
93Manuals User KUBERNETES(1)(kubernetes)