1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm join phase control-plane-prepare kubeconfig - Generate the
10 kubeconfig for the new control plane components
11
12
13
15 kubeadm join phase control-plane-prepare kubeconfig [OPTIONS]
16
17
18
20 Generate the kubeconfig for the new control plane components
21
22
23
25 --certificate-key="" Use this key to decrypt the certificate se‐
26 crets uploaded by init.
27
28
29 --config="" Path to a kubeadm configuration file.
30
31
32 --control-plane=false Create a new control plane instance on this
33 node
34
35
36 --discovery-file="" For file-based discovery, a file or URL from
37 which to load cluster information.
38
39
40 --discovery-token="" For token-based discovery, the token used to
41 validate cluster information fetched from the API server.
42
43
44 --discovery-token-ca-cert-hash=[] For token-based discovery, vali‐
45 date that the root CA public key matches this hash (format: ":").
46
47
48 --discovery-token-unsafe-skip-ca-verification=false For token-
49 based discovery, allow joining without --discovery-token-ca-cert-hash
50 pinning.
51
52
53 --dry-run=false Don't apply any changes; just output what would be
54 done.
55
56
57 --tls-bootstrap-token="" Specify the token used to temporarily au‐
58 thenticate with the Kubernetes Control Plane while joining the node.
59
60
61 --token="" Use this token for both discovery-token and tls-boot‐
62 strap-token when those values are not provided.
63
64
65
67 --azure-container-registry-config="" Path to the file containing
68 Azure container registry configuration information.
69
70
71 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
72 filesystem.
73
74
75 --version=false Print version information and quit
76
77
78
80 kubeadm-join-phase-control-plane-prepare(1),
81
82
83
85 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
86 com) based on the kubernetes source material, but hopefully they have
87 been automatically generated since!
88
89
90
91Manuals User KUBERNETES(1)(kubernetes)