1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase certs all - Generates all certificates
7
8
9
11 kubeadm init phase certs all [OPTIONS]
12
13
14
16 Generates all certificates
17
18
19
21 --apiserver-advertise-address=""
22 The IP address the API Server will advertise it's listening on.
23 Specify '0.0.0.0' to use the address of the default network interface.
24
25
26 --apiserver-cert-extra-sans=[]
27 Optional extra Subject Alternative Names (SANs) to use for the API
28 Server serving certificate. Can be both IP addresses and DNS names.
29
30
31 --cert-dir="/etc/kubernetes/pki"
32 The path where to save and store the certificates.
33
34
35 --config=""
36 Path to kubeadm config file. WARNING: Usage of a configuration file
37 is experimental.
38
39
40 --service-cidr="10.96.0.0/12"
41 Use alternative range of IP address for service VIPs.
42
43
44 --service-dns-domain="cluster.local"
45 Use alternative domain for services, e.g. "myorg.internal".
46
47
48
50 --azure-container-registry-config=""
51 Path to the file containing Azure container registry configuration
52 information.
53
54
55 --log-flush-frequency=5s
56 Maximum number of seconds between log flushes
57
58
59 --rootfs=""
60 [EXPERIMENTAL] The path to the 'real' host root filesystem.
61
62
63 --version=false
64 Print version information and quit
65
66
67
69 kubeadm-init-phase-certs(1),
70
71
72
74 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
75 com) based on the kubernetes source material, but hopefully they have
76 been automatically generated since!
77
78
79
80Eric Paris kubernetes User Manuals KUBERNETES(1)