1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha kubelet config download - Download the kubelet configura‐
7 tion from the cluster ConfigMap kubelet-config-1.X, where X is the
8 minor version of the kubelet
9
10
11
13 kubeadm alpha kubelet config download [OPTIONS]
14
15
16
18 Download the kubelet configuration from a ConfigMap of the form
19 "kubelet-config-1.X" in the cluster, where X is the minor version of
20 the kubelet. Either kubeadm autodetects the kubelet version by exec-ing
21 "kubelet --version" or respects the --kubelet-version parameter.
22
23
24 Alpha Disclaimer: this command is currently alpha.
25
26
27
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 --kubelet-version=""
36 The desired version for the kubelet. Defaults to being autodetected
37 from 'kubelet --version'.
38
39
40
42 --azure-container-registry-config=""
43 Path to the file containing Azure container registry configuration
44 information.
45
46
47 --log-flush-frequency=5s
48 Maximum number of seconds between log flushes
49
50
51 --rootfs=""
52 [EXPERIMENTAL] The path to the 'real' host root filesystem.
53
54
55 --version=false
56 Print version information and quit
57
58
59
61 # Download the kubelet configuration from the ConfigMap in the cluster. Autodetect the kubelet version.
62 kubeadm alpha phase kubelet config download
63
64 # Download the kubelet configuration from the ConfigMap in the cluster. Use a specific desired kubelet version.
65 kubeadm alpha phase kubelet config download --kubelet-version 1.14.0
66
67
68
69
71 kubeadm-alpha-kubelet-config(1),
72
73
74
76 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
77 com) based on the kubernetes source material, but hopefully they have
78 been automatically generated since!
79
80
81
82Eric Paris kubernetes User Manuals KUBERNETES(1)