1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm join phase kubelet-start - Write kubelet settings, certificates
10       and (re)start the kubelet
11
12
13

SYNOPSIS

15       kubeadm join phase kubelet-start [OPTIONS]
16
17
18

DESCRIPTION

20       Write a file with KubeletConfiguration and  an  environment  file  with
21       node specific kubelet settings, and then (re)start kubelet.
22
23
24

OPTIONS

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       --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

OPTIONS INHERITED FROM PARENT COMMANDS

65       --azure-container-registry-config=""       Path  to the file containing
66       Azure container registry configuration information.
67
68
69       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
70       filesystem.
71
72
73       --version=false      Print version information and quit
74
75
76

SEE ALSO

78       kubeadm-join-phase(1),
79
80
81

HISTORY

83       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
84       com) based on the kubernetes source material, but hopefully  they  have
85       been automatically generated since!
86
87
88
89Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum