1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm join phase kubelet-start - Write kubelet settings, certificates
7       and (re)start the kubelet
8
9
10

SYNOPSIS

12       kubeadm join phase kubelet-start [OPTIONS]
13
14
15

DESCRIPTION

17       Write a file with KubeletConfiguration and an environment file with
18       node specific kubelet settings, and then (re)start kubelet.
19
20
21

OPTIONS

23       --config=""
24           Path to kubeadm config file.
25
26
27       --cri-socket=""
28           Path to the CRI socket to connect. If empty kubeadm will try to
29       auto-detect this value; use this option only if you have more than one
30       CRI installed or if you have non-standard CRI socket.
31
32
33       --discovery-file=""
34           For file-based discovery, a file or URL from which to load cluster
35       information.
36
37
38       --discovery-token=""
39           For token-based discovery, the token used to validate cluster
40       information fetched from the API server.
41
42
43       --discovery-token-ca-cert-hash=[]
44           For token-based discovery, validate that the root CA public key
45       matches this hash (format: "<type>:<value>").
46
47
48       --discovery-token-unsafe-skip-ca-verification=false
49           For token-based discovery, allow joining without
50       --discovery-token-ca-cert-hash pinning.
51
52
53       --node-name=""
54           Specify the node name.
55
56
57       --tls-bootstrap-token=""
58           Specify the token used to temporarily authenticate with the
59       Kubernetes Control Plane while joining the node.
60
61
62       --token=""
63           Use this token for both discovery-token and tls-bootstrap-token
64       when those values are not provided.
65
66
67

OPTIONS INHERITED FROM PARENT COMMANDS

69       --azure-container-registry-config=""
70           Path to the file containing Azure container registry configuration
71       information.
72
73
74       --log-flush-frequency=5s
75           Maximum number of seconds between log flushes
76
77
78       --rootfs=""
79           [EXPERIMENTAL] The path to the 'real' host root filesystem.
80
81
82       --version=false
83           Print version information and quit
84
85
86

SEE ALSO

88       kubeadm-join-phase(1),
89
90
91

HISTORY

93       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
94       com) based on the kubernetes source material, but hopefully they have
95       been automatically generated since!
96
97
98
99Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum