1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase certs ca - Generate the self-signed Kubernetes CA to
7 provision identities for other Kubernetes components
8
9
10
12 kubeadm init phase certs ca [OPTIONS]
13
14
15
17 Generate the self-signed Kubernetes CA to provision identities for
18 other Kubernetes components, and save 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 a kubeadm configuration file.
37
38
39 --kubernetes-version="stable-1"
40 Choose a specific Kubernetes version for the control plane.
41
42
43
45 --azure-container-registry-config=""
46 Path to the file containing Azure container registry configuration
47 information.
48
49
50 --log-flush-frequency=5s
51 Maximum number of seconds between log flushes
52
53
54 --rootfs=""
55 [EXPERIMENTAL] The path to the 'real' host root filesystem.
56
57
58 --version=false
59 Print version information and quit
60
61
62
64 kubeadm-init-phase-certs(1),
65
66
67
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
75Eric Paris kubernetes User Manuals KUBERNETES(1)