1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase certs front-proxy-client - Generates the client for
7 the front proxy
8
9
10
12 kubeadm init phase certs front-proxy-client [OPTIONS]
13
14
15
17 Generates the client for the front proxy, and saves them into
18 front-proxy-client.cert and front-proxy-client.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 kubeadm config file. WARNING: Usage of a configuration file
36 is experimental.
37
38
39 --csr-dir=""
40 The path to output the CSRs and private keys to
41
42
43 --csr-only=false
44 Create CSRs instead of generating certificates
45
46
47
49 --azure-container-registry-config=""
50 Path to the file containing Azure container registry configuration
51 information.
52
53
54 --log-flush-frequency=5s
55 Maximum number of seconds between log flushes
56
57
58 --rootfs=""
59 [EXPERIMENTAL] The path to the 'real' host root filesystem.
60
61
62 --version=false
63 Print version information and quit
64
65
66
68 kubeadm-init-phase-certs(1),
69
70
71
73 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
74 com) based on the kubernetes source material, but hopefully they have
75 been automatically generated since!
76
77
78
79Eric Paris kubernetes User Manuals KUBERNETES(1)