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

NAME

9       kubeadm init phase certs all - Generate all certificates
10
11
12

SYNOPSIS

14       kubeadm init phase certs all [OPTIONS]
15
16
17

DESCRIPTION

19       Generate all certificates
20
21
22

OPTIONS

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       --dry-run=false      Don't apply any changes; just output what would be
46       done.
47
48
49       --kubernetes-version="stable-1"      Choose a specific Kubernetes  ver‐
50       sion for the control plane.
51
52
53       --service-cidr="10.96.0.0/12"       Use alternative range of IP address
54       for service VIPs.
55
56
57       --service-dns-domain="cluster.local"      Use  alternative  domain  for
58       services, e.g. "myorg.internal".
59
60
61

OPTIONS INHERITED FROM PARENT COMMANDS

63       --azure-container-registry-config=""       Path  to the file containing
64       Azure container registry configuration information.
65
66
67       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
68       filesystem.
69
70
71       --version=false      Print version information and quit
72
73
74

SEE ALSO

76       kubeadm-init-phase-certs(1),
77
78
79

HISTORY

81       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
82       com) based on the kubernetes source material, but hopefully  they  have
83       been automatically generated since!
84
85
86
87Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum