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       --dry-run=false      Don't apply any changes; just output what would be
30       done.
31
32
33       --kubeconfig="/etc/kubernetes/admin.conf"      The kubeconfig  file  to
34       use when talking to the cluster. If the flag is not set, a set of stan‐
35       dard locations can be searched for an existing kubeconfig file.
36
37
38

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

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

SEE ALSO

60       kubeadm-init-phase-upload-config(1),
61
62
63

HISTORY

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