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

NAME

6       kubeadm init phase certs all - Generate all certificates
7
8
9

SYNOPSIS

11       kubeadm init phase certs all [OPTIONS]
12
13
14

DESCRIPTION

16       Generate all certificates
17
18
19

OPTIONS

21       --apiserver-advertise-address=""
22           The IP address the API Server will advertise it's listening on. If
23       not set the default network interface will be used.
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 a kubeadm configuration file.
37
38
39       --control-plane-endpoint=""
40           Specify a stable IP address or DNS name for the control plane.
41
42
43       --kubernetes-version="stable-1"
44           Choose a specific Kubernetes version for the control plane.
45
46
47       --service-cidr="10.96.0.0/12"
48           Use alternative range of IP address for service VIPs.
49
50
51       --service-dns-domain="cluster.local"
52           Use alternative domain for services, e.g. "myorg.internal".
53
54
55

OPTIONS INHERITED FROM PARENT COMMANDS

57       --azure-container-registry-config=""
58           Path to the file containing Azure container registry configuration
59       information.
60
61
62       --log-flush-frequency=5s
63           Maximum number of seconds between log flushes
64
65
66       --rootfs=""
67           [EXPERIMENTAL] The path to the 'real' host root filesystem.
68
69
70       --version=false
71           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
87Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum