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

NAME

9       kubeadm init phase upload-config kubelet - Upload the kubelet component
10       config to a ConfigMap
11
12
13

SYNOPSIS

15       kubeadm init phase upload-config kubelet [OPTIONS]
16
17
18

DESCRIPTION

20       Upload kubelet configuration extracted from the kubeadm  InitConfigura‐
21       tion  object to a ConfigMap of the form kubelet-config-1.X in the clus‐
22       ter, where X is the minor version of the current  (API  Server)  Kuber‐
23       netes version.
24
25
26

OPTIONS

28       --config=""      Path to a kubeadm configuration file.
29
30
31       --kubeconfig="/etc/kubernetes/admin.conf"       The  kubeconfig file to
32       use when talking to the cluster. If the flag is not set, a set of stan‐
33       dard locations can be searched for an existing kubeconfig file.
34
35
36

OPTIONS INHERITED FROM PARENT COMMANDS

38       --azure-container-registry-config=""       Path  to the file containing
39       Azure container registry configuration information.
40
41
42       --log-flush-frequency=5s      Maximum number  of  seconds  between  log
43       flushes
44
45
46       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
47       filesystem.
48
49
50       --version=false      Print version information and quit
51
52
53

EXAMPLE

55                # Upload the kubelet configuration from the kubeadm Config file to a ConfigMap in the cluster.
56                kubeadm init phase upload-config kubelet --config kubeadm.yaml
57
58
59
60

SEE ALSO

62       kubeadm-init-phase-upload-config(1),
63
64
65

HISTORY

67       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
68       com)  based  on the kubernetes source material, but hopefully they have
69       been automatically generated since!
70
71
72
73Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum