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       --cri-socket=""       Path  to  the  CRI  socket  to  connect. If empty
30       kubeadm will try to auto-detect this value; use this option only if you
31       have  more  than  one  CRI  installed  or  if you have non-standard CRI
32       socket.
33
34
35       --dry-run=false      Don't apply any changes; just output what would be
36       done.
37
38
39       --kubeconfig="/etc/kubernetes/admin.conf"       The  kubeconfig file to
40       use when talking to the cluster. If the flag is not set, a set of stan‐
41       dard locations can be searched for an existing kubeconfig file.
42
43
44

OPTIONS INHERITED FROM PARENT COMMANDS

46       --azure-container-registry-config=""       Path  to the file containing
47       Azure container registry configuration information.
48
49
50       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
51       filesystem.
52
53
54       --version=false      Print version information and quit
55
56
57

EXAMPLE

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

SEE ALSO

66       kubeadm-init-phase-upload-config(1),
67
68
69

HISTORY

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