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

NAME

6       kubeadm  alpha  phase certs etcd-server - Generates the certificate for
7       serving etcd
8
9
10

SYNOPSIS

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

DESCRIPTION

17       Generates the  certificate  for  serving  etcd,  and  saves  them  into
18       etcd/server.cert and etcd/server.key files.
19
20
21       Default SANs are localhost, 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 the certificates
35
36
37       --config=""
38           Path to kubeadm config file (WARNING: Usage of a configuration file
39       is experimental)
40
41
42

OPTIONS INHERITED FROM PARENT COMMANDS

44       --azure-container-registry-config=""
45           Path  to the file containing Azure container registry configuration
46       information.
47
48
49       --google-json-key=""
50           The Google Cloud Platform Service  Account  JSON  Key  to  use  for
51       authentication.
52
53
54       --log-flush-frequency=5s
55           Maximum number of seconds between log flushes
56
57
58       --rootfs=""
59           [EXPERIMENTAL] The path to the 'real' host root filesystem.
60
61
62       --version=false
63           Print version information and quit
64
65
66

SEE ALSO

68       kubeadm-alpha-phase-certs(1),
69
70
71

HISTORY

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