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

NAME

6       kubeadm init phase certs apiserver-kubelet-client - Generate the
7       certificate for the API server to connect to kubelet
8
9
10

SYNOPSIS

12       kubeadm init phase certs apiserver-kubelet-client [OPTIONS]
13
14
15

DESCRIPTION

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

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

72       kubeadm-init-phase-certs(1),
73
74
75

HISTORY

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