1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm join phase control-plane-prepare download-certs -
7 [EXPERIMENTAL] Download certificates shared among control-plane nodes
8 from the 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
53 --discovery-token-ca-cert-hash pinning.
54
55
56 --tls-bootstrap-token=""
57 Specify the token used to temporarily authenticate with the
58 Kubernetes Control Plane while joining the node.
59
60
61 --token=""
62 Use this token for both discovery-token and tls-bootstrap-token
63 when those values are not provided.
64
65
66
68 --azure-container-registry-config=""
69 Path to the file containing Azure container registry configuration
70 information.
71
72
73 --log-flush-frequency=5s
74 Maximum number of seconds between log flushes
75
76
77 --rootfs=""
78 [EXPERIMENTAL] The path to the 'real' host root filesystem.
79
80
81 --version=false
82 Print version information and quit
83
84
85
87 kubeadm-join-phase-control-plane-prepare(1),
88
89
90
92 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
93 com) based on the kubernetes source material, but hopefully they have
94 been automatically generated since!
95
96
97
98Eric Paris kubernetes User Manuals KUBERNETES(1)