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 the kubelet configuration extracted from the kubeadm InitConfig‐
21       uration object to a kubelet-config ConfigMap in the cluster
22
23
24

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

36       --azure-container-registry-config=""       Path  to the file containing
37       Azure container registry configuration information.
38
39
40       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
41       filesystem.
42
43
44       --version=false      Print version information and quit
45
46
47

EXAMPLE

49                # Upload the kubelet configuration from the kubeadm Config file to a ConfigMap in the cluster.
50                kubeadm init phase upload-config kubelet --config kubeadm.yaml
51
52
53
54

SEE ALSO

56       kubeadm-init-phase-upload-config(1),
57
58
59

HISTORY

61       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
62       com) based on the kubernetes source material, but hopefully  they  have
63       been automatically generated since!
64
65
66
67Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum