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.crt  and  apiserver-kubelet-
22       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       --kubernetes-version="stable-1"      Choose a specific Kubernetes  ver‐
42       sion for the control plane.
43
44
45

OPTIONS INHERITED FROM PARENT COMMANDS

47       --azure-container-registry-config=""       Path  to the file containing
48       Azure container registry configuration information.
49
50
51       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
52       filesystem.
53
54
55       --version=false      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
71Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum