1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  init  phase certs front-proxy-ca - Generate the self-signed CA
10       to provision identities for front proxy
11
12
13

SYNOPSIS

15       kubeadm init phase certs front-proxy-ca [OPTIONS]
16
17
18

DESCRIPTION

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

OPTIONS

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       --dry-run=false      Don't apply any changes; just output what would be
41       done.
42
43
44       --kubernetes-version="stable-1"      Choose a specific Kubernetes  ver‐
45       sion for the control plane.
46
47
48

OPTIONS INHERITED FROM PARENT COMMANDS

50       --azure-container-registry-config=""       Path  to the file containing
51       Azure container registry configuration information.
52
53
54       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
55       filesystem.
56
57
58       --version=false      Print version information and quit
59
60
61

SEE ALSO

63       kubeadm-init-phase-certs(1),
64
65
66

HISTORY

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