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

NAME

6       kubeadm  init  phase upload-config kubelet - Uploads the kubelet compo‐
7       nent config to a ConfigMap
8
9
10

SYNOPSIS

12       kubeadm init phase upload-config kubelet [OPTIONS]
13
14
15

DESCRIPTION

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

OPTIONS

25       --config=""
26           Path to kubeadm config file. WARNING: Usage of a configuration file
27       is experimental.
28
29
30       --kubeconfig="/etc/kubernetes/admin.conf"
31           The kubeconfig file to use when talking to the cluster. If the flag
32       is  not  set,  a set of standard locations are searched for an existing
33       KubeConfig file.
34
35
36

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

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

SEE ALSO

64       kubeadm-init-phase-upload-config(1),
65
66
67

HISTORY

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