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

NAME

6       kubeadm  init phase certs etcd-ca - Generate the self-signed CA to pro‐
7       vision identities for etcd
8
9
10

SYNOPSIS

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

DESCRIPTION

17       Generate the self-signed CA to provision identities for etcd, and  save
18       them into etcd/ca.cert and etcd/ca.key files.
19
20
21       If  both  files  already  exist,  kubeadm skips the generation step and
22       existing files will be used.
23
24
25       Alpha Disclaimer: this command is currently alpha.
26
27
28

OPTIONS

30       --cert-dir="/etc/kubernetes/pki"
31           The path where to save and store the certificates.
32
33
34       --config=""
35           Path to a kubeadm configuration file.
36
37
38

OPTIONS INHERITED FROM PARENT COMMANDS

40       --azure-container-registry-config=""
41           Path to the file containing Azure container registry  configuration
42       information.
43
44
45       --log-flush-frequency=5s
46           Maximum number of seconds between log flushes
47
48
49       --rootfs=""
50           [EXPERIMENTAL] The path to the 'real' host root filesystem.
51
52
53       --version=false
54           Print version information and quit
55
56
57

SEE ALSO

59       kubeadm-init-phase-certs(1),
60
61
62

HISTORY

64       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
65       com) based on the kubernetes source material, but hopefully  they  have
66       been automatically generated since!
67
68
69
70Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum