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

NAME

9       kubeadm  join phase control-plane-prepare all - Prepare the machine for
10       serving a control plane
11
12
13

SYNOPSIS

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

DESCRIPTION

20       Prepare the machine for serving a control plane
21
22
23

OPTIONS

25       --apiserver-advertise-address=""      If the node  should  host  a  new
26       control  plane  instance,  the IP address the API Server will advertise
27       it's listening on. If not set the default  network  interface  will  be
28       used.
29
30
31       --apiserver-bind-port=6443       If  the node should host a new control
32       plane instance, the port for the API Server to bind to.
33
34
35       --certificate-key=""      Use this key to decrypt the  certificate  se‐
36       crets uploaded by init.
37
38
39       --config=""      Path to kubeadm config file.
40
41
42       --control-plane=false       Create a new control plane instance on this
43       node
44
45
46       --discovery-file=""      For file-based discovery, a file or  URL  from
47       which to load cluster information.
48
49
50       --discovery-token=""       For token-based discovery, the token used to
51       validate cluster information fetched from the API server.
52
53
54       --discovery-token-ca-cert-hash=[]      For token-based discovery, vali‐
55       date that the root CA public key matches this hash (format: ":").
56
57
58       --discovery-token-unsafe-skip-ca-verification=false          For    to‐
59       ken-based   discovery,   allow    joining    without    --discovery-to‐
60       ken-ca-cert-hash pinning.
61
62
63       --experimental-patches=""       Path to a directory that contains files
64       named "target[suffix][+patchtype].extension". For example,  "kube-apis‐
65       erver0+merge.yaml"  or  just  "etcd.json".  "patchtype"  can  be one of
66       "strategic", "merge" or "json" and they match the  patch  formats  sup‐
67       ported  by kubectl. The default "patchtype" is "strategic". "extension"
68       must be either "json" or "yaml". "suffix" is an  optional  string  that
69       can  be used to determine which patches are applied first alpha-numeri‐
70       cally.
71
72
73       --node-name=""      Specify the node name.
74
75
76       --tls-bootstrap-token=""      Specify the token used to temporarily au‐
77       thenticate with the Kubernetes Control Plane while joining the node.
78
79
80       --token=""       Use  this token for both discovery-token and tls-boot‐
81       strap-token when those values are not provided.
82
83
84

OPTIONS INHERITED FROM PARENT COMMANDS

86       --azure-container-registry-config=""      Path to the  file  containing
87       Azure container registry configuration information.
88
89
90       --log-flush-frequency=5s       Maximum  number  of  seconds between log
91       flushes
92
93
94       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
95       filesystem.
96
97
98       --version=false      Print version information and quit
99
100
101

SEE ALSO

103       kubeadm-join-phase-control-plane-prepare(1),
104
105
106

HISTORY

108       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
109       com) based on the kubernetes source material, but hopefully  they  have
110       been automatically generated since!
111
112
113
114Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum