1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm join phase control-plane-prepare download-certs - [EXPERIMEN‐
7 TAL] Download certificates shared among control-plane nodes from the
8 kubeadm-certs Secret
9
10
11
13 kubeadm join phase control-plane-prepare download-certs [OPTIONS]
14
15
16
18 [EXPERIMENTAL] Download certificates shared among control-plane nodes
19 from the kubeadm-certs Secret
20
21
22
24 --certificate-key=""
25 Use this key to decrypt the certificate secrets uploaded by init.
26
27
28 --config=""
29 Path to kubeadm config file.
30
31
32 --control-plane=false
33 Create a new control plane instance on this node
34
35
36 --discovery-file=""
37 For file-based discovery, a file or URL from which to load cluster
38 information.
39
40
41 --discovery-token=""
42 For token-based discovery, the token used to validate cluster
43 information fetched from the API server.
44
45
46 --discovery-token-ca-cert-hash=[]
47 For token-based discovery, validate that the root CA public key
48 matches this hash (format: "<type>:<value>").
49
50
51 --discovery-token-unsafe-skip-ca-verification=false
52 For token-based discovery, allow joining without --discov‐
53 ery-token-ca-cert-hash pinning.
54
55
56 --experimental-control-plane=false
57 Create a new control plane instance on this node
58
59
60 --tls-bootstrap-token=""
61 Specify the token used to temporarily authenticate with the Kuber‐
62 netes Control Plane while joining the node.
63
64
65 --token=""
66 Use this token for both discovery-token and tls-bootstrap-token
67 when those values are not provided.
68
69
70
72 --azure-container-registry-config=""
73 Path to the file containing Azure container registry configuration
74 information.
75
76
77 --log-flush-frequency=5s
78 Maximum number of seconds between log flushes
79
80
81 --rootfs=""
82 [EXPERIMENTAL] The path to the 'real' host root filesystem.
83
84
85 --version=false
86 Print version information and quit
87
88
89
91 kubeadm-join-phase-control-plane-prepare(1),
92
93
94
96 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
97 com) based on the kubernetes source material, but hopefully they have
98 been automatically generated since!
99
100
101
102Eric Paris kubernetes User Manuals KUBERNETES(1)