1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase certs front-proxy-ca - Generate the self-signed CA
10 to provision identities for front proxy
11
12
13
15 kubeadm init phase certs front-proxy-ca [OPTIONS]
16
17
18
20 Generate the self-signed CA to provision identities for front proxy,
21 and save them into front-proxy-ca.crt and front-proxy-ca.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 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
41 sion for the control plane.
42
43
44
46 --azure-container-registry-config="" Path to the file containing
47 Azure container registry configuration information.
48
49
50 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
51 filesystem.
52
53
54 --version=false Print version information and quit
55
56
57
59 kubeadm-init-phase-certs(1),
60
61
62
64 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
65 com) based on the kubernetes source material, but hopefully they have
66 been automatically generated since!
67
68
69
70Manuals User KUBERNETES(1)(kubernetes)