1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm join phase control-plane-prepare certs - Generate the certifi‐
10 cates for the new control plane components
11
12
13
15 kubeadm join phase control-plane-prepare certs [OPTIONS]
16
17
18
20 Generate the certificates for the new control plane components
21
22
23
25 --apiserver-advertise-address="" If the node should host a new
26 control plane instance, the IP address the API Server will advertise
27 it's listening on. If not set the default network interface will be
28 used.
29
30
31 --config="" Path to kubeadm config file.
32
33
34 --control-plane=false Create a new control plane instance on this
35 node
36
37
38 --discovery-file="" For file-based discovery, a file or URL from
39 which to load cluster information.
40
41
42 --discovery-token="" For token-based discovery, the token used to
43 validate cluster information fetched from the API server.
44
45
46 --discovery-token-ca-cert-hash=[] For token-based discovery, vali‐
47 date that the root CA public key matches this hash (format: ":").
48
49
50 --discovery-token-unsafe-skip-ca-verification=false For to‐
51 ken-based discovery, allow joining without --discovery-to‐
52 ken-ca-cert-hash pinning.
53
54
55 --node-name="" Specify the node name.
56
57
58 --tls-bootstrap-token="" Specify the token used to temporarily au‐
59 thenticate with the Kubernetes Control Plane while joining the node.
60
61
62 --token="" Use this token for both discovery-token and tls-boot‐
63 strap-token when those values are not provided.
64
65
66
68 --azure-container-registry-config="" Path to the file containing
69 Azure container registry configuration information.
70
71
72 --log-flush-frequency=5s Maximum number of seconds between log
73 flushes
74
75
76 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
77 filesystem.
78
79
80 --version=false Print version information and quit
81
82
83
85 kubeadm-join-phase-control-plane-prepare(1),
86
87
88
90 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
91 com) based on the kubernetes source material, but hopefully they have
92 been automatically generated since!
93
94
95
96Manuals User KUBERNETES(1)(kubernetes)