1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm  join  phase  control-plane-prepare  kubeconfig  - Generate the
7       kubeconfig for the new control plane components
8
9
10

SYNOPSIS

12       kubeadm join phase control-plane-prepare kubeconfig [OPTIONS]
13
14
15

DESCRIPTION

17       Generate the kubeconfig for the new control plane components
18
19
20

OPTIONS

22       --certificate-key=""
23           Use this key to decrypt the certificate secrets uploaded by init.
24
25
26       --config=""
27           Path to kubeadm config file.
28
29
30       --control-plane=false
31           Create a new control plane instance on this node
32
33
34       --discovery-file=""
35           For file-based discovery, a file or URL from which to load  cluster
36       information.
37
38
39       --discovery-token=""
40           For  token-based  discovery,  the  token  used  to validate cluster
41       information fetched from the API server.
42
43
44       --discovery-token-ca-cert-hash=[]
45           For token-based discovery, validate that the  root  CA  public  key
46       matches this hash (format: "<type>:<value>").
47
48
49       --discovery-token-unsafe-skip-ca-verification=false
50           For   token-based   discovery,   allow  joining  without  --discov‐
51       ery-token-ca-cert-hash pinning.
52
53
54       --experimental-control-plane=false
55           Create a new control plane instance on this node
56
57
58       --tls-bootstrap-token=""
59           Specify the token used to temporarily authenticate with the  Kuber‐
60       netes Control Plane while joining the node.
61
62
63       --token=""
64           Use  this  token  for  both discovery-token and tls-bootstrap-token
65       when those values are not provided.
66
67
68

OPTIONS INHERITED FROM PARENT COMMANDS

70       --azure-container-registry-config=""
71           Path to the file containing Azure container registry  configuration
72       information.
73
74
75       --log-flush-frequency=5s
76           Maximum number of seconds between log flushes
77
78
79       --rootfs=""
80           [EXPERIMENTAL] The path to the 'real' host root filesystem.
81
82
83       --version=false
84           Print version information and quit
85
86
87

SEE ALSO

89       kubeadm-join-phase-control-plane-prepare(1),
90
91
92

HISTORY

94       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
95       com) based on the kubernetes source material, but hopefully  they  have
96       been automatically generated since!
97
98
99
100Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum