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

NAME

9       kubeadm  init phase certs etcd-peer - Generate the certificate for etcd
10       nodes to communicate with each other
11
12
13

SYNOPSIS

15       kubeadm init phase certs etcd-peer [OPTIONS]
16
17
18

DESCRIPTION

20       Generate the certificate for etcd nodes to communicate with each other,
21       and save them into etcd/peer.cert and etcd/peer.key files.
22
23
24       Default SANs are localhost, 127.0.0.1, 127.0.0.1, ::1
25
26
27       If  both files already exist, kubeadm skips the generation step and ex‐
28       isting files will be used.
29
30
31       Alpha Disclaimer: this command is currently alpha.
32
33
34

OPTIONS

36       --cert-dir="/etc/kubernetes/pki"      The path where to save and  store
37       the certificates.
38
39
40       --config=""      Path to a kubeadm configuration file.
41
42
43       --csr-dir=""      The path to output the CSRs and private keys to
44
45
46       --csr-only=false      Create CSRs instead of generating certificates
47
48
49       --kubernetes-version="stable-1"       Choose a specific Kubernetes ver‐
50       sion for the control plane.
51
52
53

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

72       kubeadm-init-phase-certs(1),
73
74
75

HISTORY

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