1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm upgrade node phase kubelet-config - Upgrade the kubelet config‐
10 uration for this node
11
12
13
15 kubeadm upgrade node phase kubelet-config [OPTIONS]
16
17
18
20 Download the kubelet configuration from a ConfigMap of the form
21 "kubelet-config-1.X" in the cluster, where X is the minor version of
22 the kubelet. kubeadm uses the KuberneteVersion field in the
23 kubeadm-config ConfigMap to determine what the desired kubelet version
24 is.
25
26
27
29 --dry-run=false Do not change any state, just output the actions
30 that would be performed.
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
40 --azure-container-registry-config="" Path to the file containing
41 Azure container registry configuration information.
42
43
44 --log-flush-frequency=5s Maximum number of seconds between log
45 flushes
46
47
48 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
49 filesystem.
50
51
52 --version=false Print version information and quit
53
54
55
57 kubeadm-upgrade-node-phase(1),
58
59
60
62 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
63 com) based on the kubernetes source material, but hopefully they have
64 been automatically generated since!
65
66
67
68Manuals User KUBERNETES(1)(kubernetes)