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

NAME

6       kubeadm  init phase certs front-proxy-ca - Generates the self-signed CA
7       to provision identities for front proxy
8
9
10

SYNOPSIS

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

DESCRIPTION

17       Generates the self-signed CA to provision identities for  front  proxy,
18       and saves 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

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

41       --azure-container-registry-config=""
42           Path  to the file containing Azure container registry configuration
43       information.
44
45
46       --log-flush-frequency=5s
47           Maximum number of seconds between log flushes
48
49
50       --rootfs=""
51           [EXPERIMENTAL] The path to the 'real' host root filesystem.
52
53
54       --version=false
55           Print version information and quit
56
57
58

SEE ALSO

60       kubeadm-init-phase-certs(1),
61
62
63

HISTORY

65       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
66       com)  based  on the kubernetes source material, but hopefully they have
67       been automatically generated since!
68
69
70
71Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum