1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm  init phase certs front-proxy-client - Generate the certificate
7       for the front proxy client
8
9
10

SYNOPSIS

12       kubeadm init phase certs front-proxy-client [OPTIONS]
13
14
15

DESCRIPTION

17       Generate the certificate for the front proxy client, and save 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

OPTIONS

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       --csr-dir=""
39           The path to output the CSRs and private keys to
40
41
42       --csr-only=false
43           Create CSRs instead of generating certificates
44
45
46

OPTIONS INHERITED FROM PARENT COMMANDS

48       --azure-container-registry-config=""
49           Path to the file containing Azure container registry  configuration
50       information.
51
52
53       --log-flush-frequency=5s
54           Maximum number of seconds between log flushes
55
56
57       --rootfs=""
58           [EXPERIMENTAL] The path to the 'real' host root filesystem.
59
60
61       --version=false
62           Print version information and quit
63
64
65

SEE ALSO

67       kubeadm-init-phase-certs(1),
68
69
70

HISTORY

72       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
73       com) based on the kubernetes source material, but hopefully  they  have
74       been automatically generated since!
75
76
77
78Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum