1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase kubeconfig kubelet - Generate a kubeconfig file for
10 the kubelet to use only for cluster bootstrapping purposes
11
12
13
15 kubeadm init phase kubeconfig kubelet [OPTIONS]
16
17
18
20 Generate the kubeconfig file for the kubelet to use and save it to
21 kubelet.conf file.
22
23
24 Please note that this should only be used for cluster bootstrapping
25 purposes. After your control plane is up, you should request all
26 kubelet credentials from the CSR API.
27
28
29
31 --apiserver-advertise-address="" The IP address the API Server
32 will advertise it's listening on. If not set the default network inter‐
33 face will be used.
34
35
36 --apiserver-bind-port=6443 Port for the API Server to bind to.
37
38
39 --cert-dir="/etc/kubernetes/pki" The path where to save and store
40 the certificates.
41
42
43 --config="" Path to a kubeadm configuration file.
44
45
46 --control-plane-endpoint="" Specify a stable IP address or DNS
47 name for the control plane.
48
49
50 --kubeconfig-dir="/etc/kubernetes" The path where to save the
51 kubeconfig file.
52
53
54 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
55 sion for the control plane.
56
57
58 --node-name="" Specify the node name.
59
60
61
63 --azure-container-registry-config="" Path to the file containing
64 Azure container registry configuration information.
65
66
67 --log-flush-frequency=5s Maximum number of seconds between log
68 flushes
69
70
71 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
72 filesystem.
73
74
75 --version=false Print version information and quit
76
77
78
80 kubeadm-init-phase-kubeconfig(1),
81
82
83
85 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
86 com) based on the kubernetes source material, but hopefully they have
87 been automatically generated since!
88
89
90
91Manuals User KUBERNETES(1)(kubernetes)