1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase certs front-proxy-ca - Generate the self-signed CA
7 to provision identities for front proxy
8
9
10
12 kubeadm init phase certs front-proxy-ca [OPTIONS]
13
14
15
17 Generate the self-signed CA to provision identities for front proxy,
18 and save them into front-proxy-ca.cert and front-proxy-ca.key files.
19
20
21 If both files already exist, kubeadm skips the generation step and
22 existing files will be used.
23
24
25 Alpha Disclaimer: this command is currently alpha.
26
27
28
30 --cert-dir="/etc/kubernetes/pki"
31 The path where to save and store the certificates.
32
33
34 --config=""
35 Path to a kubeadm configuration file.
36
37
38 --kubernetes-version="stable-1"
39 Choose a specific Kubernetes version for the control plane.
40
41
42
44 --azure-container-registry-config=""
45 Path to the file containing Azure container registry configuration
46 information.
47
48
49 --log-flush-frequency=5s
50 Maximum number of seconds between log flushes
51
52
53 --rootfs=""
54 [EXPERIMENTAL] The path to the 'real' host root filesystem.
55
56
57 --version=false
58 Print version information and quit
59
60
61
63 kubeadm-init-phase-certs(1),
64
65
66
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
74Eric Paris kubernetes User Manuals KUBERNETES(1)