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       --kubeconfig-dir="/etc/kubernetes"
46           The path where to save the kubeconfig file.
47
48
49       --node-name=""
50           Specify the node name.
51
52
53

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

74       kubeadm-init-phase-kubeconfig(1),
75
76
77

HISTORY

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