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

NAME

6       kubeadm  join phase control-plane-prepare certs - Generate the certifi‐
7       cates for the new control plane components
8
9
10

SYNOPSIS

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

DESCRIPTION

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

95       kubeadm-join-phase-control-plane-prepare(1),
96
97
98

HISTORY

100       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
101       com) based on the kubernetes source material, but hopefully  they  have
102       been automatically generated since!
103
104
105
106Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum