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    to‐
49       ken-based   discovery,   allow    joining    without    --discovery-to‐
50       ken-ca-cert-hash 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       --log-flush-frequency=5s      Maximum number  of  seconds  between  log
68       flushes
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

SEE ALSO

80       kubeadm-join-phase-control-plane-prepare(1),
81
82
83

HISTORY

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)
Impressum