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

NAME

9       kubeadm init phase certs ca - Generate the self-signed Kubernetes CA to
10       provision identities for other Kubernetes components
11
12
13

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

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

HISTORY

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