1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm join phase control-plane-prepare certs - Generate the
7 certificates for the new control plane components
8
9
10
12 kubeadm join phase control-plane-prepare certs [OPTIONS]
13
14
15
17 Generate the certificates for the new control plane components
18
19
20
22 --apiserver-advertise-address=""
23 If the node should host a new control plane instance, the IP
24 address the API Server will advertise it's listening on. If not set the
25 default network interface will be used.
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 --node-name=""
57 Specify the node name.
58
59
60 --tls-bootstrap-token=""
61 Specify the token used to temporarily authenticate with the
62 Kubernetes 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)