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

NAME

6       kubeadm init phase upload-config kubelet - Upload the kubelet component
7       config to a ConfigMap
8
9
10

SYNOPSIS

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

DESCRIPTION

17       Upload 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 a kubeadm configuration file.
27
28
29       --kubeconfig="/etc/kubernetes/admin.conf"
30           The kubeconfig file to use when talking to the cluster. If the flag
31       is not set, a set of standard locations can be searched for an existing
32       kubeconfig file.
33
34
35

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

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

SEE ALSO

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

HISTORY

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