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

NAME

9       kubeadm  init  phase certs apiserver-kubelet-client - Generate the cer‐
10       tificate for the API server to connect to kubelet
11
12
13

SYNOPSIS

15       kubeadm init phase certs apiserver-kubelet-client [OPTIONS]
16
17
18

DESCRIPTION

20       Generate the certificate for the API server to connect to kubelet,  and
21       save     them     into    apiserver-kubelet-client.cert    and    apis‐
22       erver-kubelet-client.key files.
23
24
25       If both files already exist, kubeadm skips the generation step and  ex‐
26       isting files will be used.
27
28
29       Alpha Disclaimer: this command is currently alpha.
30
31
32

OPTIONS

34       --cert-dir="/etc/kubernetes/pki"       The path where to save and store
35       the certificates.
36
37
38       --config=""      Path to a kubeadm configuration file.
39
40
41       --csr-dir=""      The path to output the CSRs and private keys to
42
43
44       --csr-only=false      Create CSRs instead of generating certificates
45
46
47       --kubernetes-version="stable-1"      Choose a specific Kubernetes  ver‐
48       sion for the control plane.
49
50
51

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

70       kubeadm-init-phase-certs(1),
71
72
73

HISTORY

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