1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha phase kubeconfig kubelet - Generates a kubeconfig file
7 for the kubelet to use. Please note that this should be used only for
8 bootstrapping purposes
9
10
11
13 kubeadm alpha phase kubeconfig kubelet [OPTIONS]
14
15
16
18 Generates the kubeconfig file for the kubelet to use and saves it to
19 /etc/kubernetes/kubelet.conf file.
20
21
22 Please note that this should only be used for bootstrapping purposes.
23 After your control plane is up, you should request all kubelet creden‐
24 tials from the CSR API.
25
26
27 Alpha Disclaimer: this command is currently alpha.
28
29
30
32 --apiserver-advertise-address=""
33 The IP address the API server is accessible on
34
35
36 --apiserver-bind-port=6443
37 The port the API server is accessible on
38
39
40 --cert-dir="/etc/kubernetes/pki"
41 The path where certificates are stored
42
43
44 --config=""
45 Path to kubeadm config file. WARNING: Usage of a configuration file
46 is experimental
47
48
49 --kubeconfig-dir="/etc/kubernetes"
50 The path where to save the kubeconfig file
51
52
53 --node-name=""
54 The node name that should be used for the kubelet client certifi‐
55 cate
56
57
58
60 --azure-container-registry-config=""
61 Path to the file containing Azure container registry configuration
62 information.
63
64
65 --google-json-key=""
66 The Google Cloud Platform Service Account JSON Key to use for
67 authentication.
68
69
70 --log-flush-frequency=5s
71 Maximum number of seconds between log flushes
72
73
74 --rootfs=""
75 [EXPERIMENTAL] The path to the 'real' host root filesystem.
76
77
78 --version=false
79 Print version information and quit
80
81
82
84 kubeadm-alpha-phase-kubeconfig(1),
85
86
87
89 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
90 com) based on the kubernetes source material, but hopefully they have
91 been automatically generated since!
92
93
94
95Eric Paris kubernetes User Manuals KUBERNETES(1)