1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase certs front-proxy-client - Generate the certificate
10 for the front proxy client
11
12
13
15 kubeadm init phase certs front-proxy-client [OPTIONS]
16
17
18
20 Generate the certificate for the front proxy client, and save them into
21 front-proxy-client.cert and front-proxy-client.key files.
22
23
24 If both files already exist, kubeadm skips the generation step and ex‐
25 isting files will be used.
26
27
28 Alpha Disclaimer: this command is currently alpha.
29
30
31
33 --cert-dir="/etc/kubernetes/pki" The path where to save and store
34 the certificates.
35
36
37 --config="" Path to a kubeadm configuration file.
38
39
40 --csr-dir="" The path to output the CSRs and private keys to
41
42
43 --csr-only=false Create CSRs instead of generating certificates
44
45
46 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
47 sion for the control plane.
48
49
50
52 --azure-container-registry-config="" Path to the file containing
53 Azure container registry configuration information.
54
55
56 --log-flush-frequency=5s Maximum number of seconds between log
57 flushes
58
59
60 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
61 filesystem.
62
63
64 --version=false Print version information and quit
65
66
67
69 kubeadm-init-phase-certs(1),
70
71
72
74 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
75 com) based on the kubernetes source material, but hopefully they have
76 been automatically generated since!
77
78
79
80Manuals User KUBERNETES(1)(kubernetes)