1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha phase kubelet config upload - Uploads kubelet configura‐
7 tion to a ConfigMap based on a kubeadm InitConfiguration file.
8
9
10
12 kubeadm alpha phase kubelet config upload [OPTIONS]
13
14
15
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 Alpha Disclaimer: this command is currently alpha.
24
25
26
28 --config=""
29 Path to kubeadm config file (WARNING: Usage of a configuration file
30 is experimental)
31
32
33 --kubeconfig="/etc/kubernetes/admin.conf"
34 The KubeConfig file to use when talking to the cluster. If the flag
35 is not set, a set of standard locations are searched for an existing
36 KubeConfig file.
37
38
39
41 --azure-container-registry-config=""
42 Path to the file containing Azure container registry configuration
43 information.
44
45
46 --google-json-key=""
47 The Google Cloud Platform Service Account JSON Key to use for
48 authentication.
49
50
51 --log-flush-frequency=5s
52 Maximum number of seconds between log flushes
53
54
55 --rootfs=""
56 [EXPERIMENTAL] The path to the 'real' host root filesystem.
57
58
59 --version=false
60 Print version information and quit
61
62
63
65 # Uploads the kubelet configuration from the kubeadm Config file to a ConfigMap in the cluster.
66 kubeadm alpha phase kubelet config upload --config kubeadm.yaml
67
68
69
70
72 kubeadm-alpha-phase-kubelet-config(1),
73
74
75
77 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
78 com) based on the kubernetes source material, but hopefully they have
79 been automatically generated since!
80
81
82
83Eric Paris kubernetes User Manuals KUBERNETES(1)