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

NAME

9       kubeadm  init phase certs etcd-ca - Generate the self-signed CA to pro‐
10       vision identities for etcd
11
12
13

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

33       --cert-dir="/etc/kubernetes/pki"      The path where to save and  store
34       the certificates.
35
36
37       --config=""      Path to a kubeadm configuration file.
38
39
40       --kubernetes-version="stable-1"       Choose a specific Kubernetes ver‐
41       sion for the control plane.
42
43
44

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

63       kubeadm-init-phase-certs(1),
64
65
66

HISTORY

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