1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha phase certs apiserver-kubelet-client - Generates the
7 Client certificate for the API server to connect to kubelet
8
9
10
12 kubeadm alpha phase certs apiserver-kubelet-client [OPTIONS]
13
14
15
17 Generates the Client certificate for the API server to connect to
18 kubelet, and saves them into apiserver-kubelet-client.cert and apis‐
19 erver-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
31 --cert-dir="/etc/kubernetes/pki"
32 The path where to save the certificates
33
34
35 --config=""
36 Path to kubeadm config file (WARNING: Usage of a configuration file
37 is experimental)
38
39
40
42 --azure-container-registry-config=""
43 Path to the file containing Azure container registry configuration
44 information.
45
46
47 --google-json-key=""
48 The Google Cloud Platform Service Account JSON Key to use for
49 authentication.
50
51
52 --log-flush-frequency=5s
53 Maximum number of seconds between log flushes
54
55
56 --rootfs=""
57 [EXPERIMENTAL] The path to the 'real' host root filesystem.
58
59
60 --version=false
61 Print version information and quit
62
63
64
66 kubeadm-alpha-phase-certs(1),
67
68
69
71 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
72 com) based on the kubernetes source material, but hopefully they have
73 been automatically generated since!
74
75
76
77Eric Paris kubernetes User Manuals KUBERNETES(1)