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.crt 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       --dry-run=false      Don't apply any changes; just output what would be
44       done.
45
46
47       --kubernetes-version="stable-1"      Choose a specific Kubernetes  ver‐
48       sion for the control plane.
49
50
51

OPTIONS INHERITED FROM PARENT COMMANDS

53       --azure-container-registry-config=""       Path  to the file containing
54       Azure container registry configuration information.
55
56
57       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
58       filesystem.
59
60
61       --version=false      Print version information and quit
62
63
64

SEE ALSO

66       kubeadm-init-phase-certs(1),
67
68
69

HISTORY

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