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

NAME

6       kubeadm  init  phase  certs  etcd-server - Generate the certificate for
7       serving etcd
8
9
10

SYNOPSIS

12       kubeadm init phase certs etcd-server [OPTIONS]
13
14
15

DESCRIPTION

17       Generate  the  certificate  for  serving  etcd,  and  save  them   into
18       etcd/server.cert and etcd/server.key files.
19
20
21       Default SANs are localhost, 127.0.0.1, 127.0.0.1, ::1
22
23
24       If  both  files  already  exist,  kubeadm skips the generation step and
25       existing files will be used.
26
27
28       Alpha Disclaimer: this command is currently alpha.
29
30
31

OPTIONS

33       --cert-dir="/etc/kubernetes/pki"
34           The path where to save and store the certificates.
35
36
37       --config=""
38           Path to a kubeadm configuration file.
39
40
41       --csr-dir=""
42           The path to output the CSRs and private keys to
43
44
45       --csr-only=false
46           Create CSRs instead of generating certificates
47
48
49

OPTIONS INHERITED FROM PARENT COMMANDS

51       --azure-container-registry-config=""
52           Path to the file containing Azure container registry  configuration
53       information.
54
55
56       --log-flush-frequency=5s
57           Maximum number of seconds between log flushes
58
59
60       --rootfs=""
61           [EXPERIMENTAL] The path to the 'real' host root filesystem.
62
63
64       --version=false
65           Print version information and quit
66
67
68

SEE ALSO

70       kubeadm-init-phase-certs(1),
71
72
73

HISTORY

75       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
76       com) based on the kubernetes source material, but hopefully  they  have
77       been automatically generated since!
78
79
80
81Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum