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

NAME

6       kubeadm init phase kubeconfig kubelet - Generate a kubeconfig file for
7       the kubelet to use only for cluster bootstrapping purposes
8
9
10

SYNOPSIS

12       kubeadm init phase kubeconfig kubelet [OPTIONS]
13
14
15

DESCRIPTION

17       Generate the kubeconfig file for the kubelet to use and save it to
18       kubelet.conf file.
19
20
21       Please note that this should only be used for cluster bootstrapping
22       purposes. After your control plane is up, you should request all
23       kubelet credentials from the CSR API.
24
25
26

OPTIONS

28       --apiserver-advertise-address=""
29           The IP address the API Server will advertise it's listening on. If
30       not set the default network interface will be used.
31
32
33       --apiserver-bind-port=6443
34           Port for the API Server to bind to.
35
36
37       --cert-dir="/etc/kubernetes/pki"
38           The path where to save and store the certificates.
39
40
41       --config=""
42           Path to a kubeadm configuration file.
43
44
45       --control-plane-endpoint=""
46           Specify a stable IP address or DNS name for the control plane.
47
48
49       --kubeconfig-dir="/etc/kubernetes"
50           The path where to save the kubeconfig file.
51
52
53       --kubernetes-version="stable-1"
54           Choose a specific Kubernetes version for the control plane.
55
56
57       --node-name=""
58           Specify the node name.
59
60
61

OPTIONS INHERITED FROM PARENT COMMANDS

63       --azure-container-registry-config=""
64           Path to the file containing Azure container registry configuration
65       information.
66
67
68       --log-flush-frequency=5s
69           Maximum number of seconds between log flushes
70
71
72       --rootfs=""
73           [EXPERIMENTAL] The path to the 'real' host root filesystem.
74
75
76       --version=false
77           Print version information and quit
78
79
80

SEE ALSO

82       kubeadm-init-phase-kubeconfig(1),
83
84
85

HISTORY

87       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
88       com) based on the kubernetes source material, but hopefully they have
89       been automatically generated since!
90
91
92
93Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum