1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha phase kubelet config download - Downloads the kubelet
7 configuration from the cluster ConfigMap kubelet-config-1.X, where X is
8 the minor version of the kubelet.
9
10
11
13 kubeadm alpha phase kubelet config download [OPTIONS]
14
15
16
18 Downloads 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/kubelet.conf"
30 The KubeConfig file to use when talking to the cluster. If the flag
31 is not set, a set of standard locations are 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 --google-json-key=""
48 The Google Cloud Platform Service Account JSON Key to use for
49 authentication.
50
51
52 --log-flush-frequency=5s
53 Maximum number of seconds between log flushes
54
55
56 --rootfs=""
57 [EXPERIMENTAL] The path to the 'real' host root filesystem.
58
59
60 --version=false
61 Print version information and quit
62
63
64
66 # Downloads the kubelet configuration from the ConfigMap in the cluster. Autodetects the kubelet version.
67 kubeadm alpha phase kubelet config download
68
69 # Downloads the kubelet configuration from the ConfigMap in the cluster. Uses a specific desired kubelet version.
70 kubeadm alpha phase kubelet config download --kubelet-version v1.12.0
71
72
73
74
76 kubeadm-alpha-phase-kubelet-config(1),
77
78
79
81 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
82 com) based on the kubernetes source material, but hopefully they have
83 been automatically generated since!
84
85
86
87Eric Paris kubernetes User Manuals KUBERNETES(1)