1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase certs ca - Generates the self-signed Kubernetes CA
7 to provision identities for other Kubernetes components
8
9
10
12 kubeadm init phase certs ca [OPTIONS]
13
14
15
17 Generates the self-signed Kubernetes CA to provision identities for
18 other Kubernetes components, and saves them into ca.cert and ca.key
19 files.
20
21
22 If both files already exist, kubeadm skips the generation step and
23 existing files will be used.
24
25
26 Alpha Disclaimer: this command is currently alpha.
27
28
29
31 --cert-dir="/etc/kubernetes/pki"
32 The path where to save and store the certificates.
33
34
35 --config=""
36 Path to kubeadm config file. WARNING: Usage of a configuration file
37 is experimental.
38
39
40
42 --azure-container-registry-config=""
43 Path to the file containing Azure container registry configuration
44 information.
45
46
47 --log-flush-frequency=5s
48 Maximum number of seconds between log flushes
49
50
51 --rootfs=""
52 [EXPERIMENTAL] The path to the 'real' host root filesystem.
53
54
55 --version=false
56 Print version information and quit
57
58
59
61 kubeadm-init-phase-certs(1),
62
63
64
66 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
67 com) based on the kubernetes source material, but hopefully they have
68 been automatically generated since!
69
70
71
72Eric Paris kubernetes User Manuals KUBERNETES(1)