1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  join  phase  control-plane-prepare  kubeconfig  - Generate the
10       kubeconfig for the new control plane components
11
12
13

SYNOPSIS

15       kubeadm join phase control-plane-prepare kubeconfig [OPTIONS]
16
17
18

DESCRIPTION

20       Generate the kubeconfig for the new control plane components
21
22
23

OPTIONS

25       --certificate-key=""      Use this key to decrypt the  certificate  se‐
26       crets uploaded by init.
27
28
29       --config=""      Path to kubeadm config 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       --tls-bootstrap-token=""      Specify the token used to temporarily au‐
54       thenticate with the Kubernetes Control Plane while joining the node.
55
56
57       --token=""      Use this token for both discovery-token  and  tls-boot‐
58       strap-token when those values are not provided.
59
60
61

OPTIONS INHERITED FROM PARENT COMMANDS

63       --azure-container-registry-config=""       Path  to the file containing
64       Azure container registry configuration information.
65
66
67       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
68       filesystem.
69
70
71       --version=false      Print version information and quit
72
73
74

SEE ALSO

76       kubeadm-join-phase-control-plane-prepare(1),
77
78
79

HISTORY

81       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
82       com) based on the kubernetes source material, but hopefully  they  have
83       been automatically generated since!
84
85
86
87Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum