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

NAME

6       kubeadm  join phase control-plane-prepare all - Prepare the machine for
7       serving a control plane
8
9
10

SYNOPSIS

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

DESCRIPTION

17       Prepare the machine for serving a control plane
18
19
20

OPTIONS

22       --apiserver-advertise-address=""
23           If the node should host  a  new  control  plane  instance,  the  IP
24       address the API Server will advertise it's listening on. If not set the
25       default network interface will be used.
26
27
28       --apiserver-bind-port=6443
29           If the node should host a new control plane instance, the port  for
30       the API Server to bind to.
31
32
33       --certificate-key=""
34           Use this key to decrypt the certificate secrets uploaded by init.
35
36
37       --config=""
38           Path to kubeadm config file.
39
40
41       --control-plane=false
42           Create a new control plane instance on this node
43
44
45       --discovery-file=""
46           For  file-based discovery, a file or URL from which to load cluster
47       information.
48
49
50       --discovery-token=""
51           For token-based discovery,  the  token  used  to  validate  cluster
52       information fetched from the API server.
53
54
55       --discovery-token-ca-cert-hash=[]
56           For  token-based  discovery,  validate  that the root CA public key
57       matches this hash (format: "<type>:<value>").
58
59
60       --discovery-token-unsafe-skip-ca-verification=false
61           For  token-based  discovery,  allow   joining   without   --discov‐
62       ery-token-ca-cert-hash pinning.
63
64
65       --experimental-control-plane=false
66           Create a new control plane instance on this node
67
68
69       --node-name=""
70           Specify the node name.
71
72
73       --tls-bootstrap-token=""
74           Specify  the token used to temporarily authenticate with the Kuber‐
75       netes Control Plane while joining the node.
76
77
78       --token=""
79           Use this token for  both  discovery-token  and  tls-bootstrap-token
80       when those values are not provided.
81
82
83

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

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

HISTORY

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