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

NAME

6       kubeadm init phase kubeconfig kubelet - Generates 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       Generates the kubeconfig file for the kubelet to use and  saves  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.
30       Specify '0.0.0.0' to use the address of the default network interface.
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 kubeadm config file. WARNING: Usage of a configuration file
43       is experimental.
44
45
46       --kubeconfig-dir="/etc/kubernetes"
47           The path where to save the kubeconfig file.
48
49
50       --node-name=""
51           Specify the node name.
52
53
54

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

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

HISTORY

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