1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  init phase kubeconfig kubelet - Generate a kubeconfig file for
10       the kubelet to use only for cluster bootstrapping purposes
11
12
13

SYNOPSIS

15       kubeadm init phase kubeconfig kubelet [OPTIONS]
16
17
18

DESCRIPTION

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

OPTIONS

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       --dry-run=false      Don't apply any changes; just output what would be
51       done.
52
53
54       --kubeconfig-dir="/etc/kubernetes"      The  path  where  to  save  the
55       kubeconfig file.
56
57
58       --kubernetes-version="stable-1"       Choose a specific Kubernetes ver‐
59       sion for the control plane.
60
61
62       --node-name=""      Specify the node name.
63
64
65

OPTIONS INHERITED FROM PARENT COMMANDS

67       --azure-container-registry-config=""      Path to the  file  containing
68       Azure container registry configuration information.
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

SEE ALSO

80       kubeadm-init-phase-kubeconfig(1),
81
82
83

HISTORY

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)
Impressum