1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase certs all - Generate all certificates
10
11
12
14 kubeadm init phase certs all [OPTIONS]
15
16
17
19 Generate all certificates
20
21
22
24 --apiserver-advertise-address="" The IP address the API Server
25 will advertise it's listening on. If not set the default network inter‐
26 face will be used.
27
28
29 --apiserver-cert-extra-sans=[] Optional extra Subject Alternative
30 Names (SANs) to use for the API Server serving certificate. Can be both
31 IP addresses and DNS names.
32
33
34 --cert-dir="/etc/kubernetes/pki" The path where to save and store
35 the certificates.
36
37
38 --config="" Path to a kubeadm configuration file.
39
40
41 --control-plane-endpoint="" Specify a stable IP address or DNS
42 name for the control plane.
43
44
45 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
46 sion for the control plane.
47
48
49 --service-cidr="10.96.0.0/12" Use alternative range of IP address
50 for service VIPs.
51
52
53 --service-dns-domain="cluster.local" Use alternative domain for
54 services, e.g. "myorg.internal".
55
56
57
59 --azure-container-registry-config="" Path to the file containing
60 Azure container registry configuration information.
61
62
63 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
64 filesystem.
65
66
67 --version=false Print version information and quit
68
69
70
72 kubeadm-init-phase-certs(1),
73
74
75
77 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
78 com) based on the kubernetes source material, but hopefully they have
79 been automatically generated since!
80
81
82
83Manuals User KUBERNETES(1)(kubernetes)