1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm upgrade node phase kubelet-config - Upgrade the kubelet config‐
7 uration for this node
8
9
10
12 kubeadm upgrade node phase kubelet-config [OPTIONS]
13
14
15
17 Download the kubelet configuration from a ConfigMap of the form
18 "kubelet-config-1.X" in the cluster, where X is the minor version of
19 the kubelet. kubeadm uses the KuberneteVersion field in the
20 kubeadm-config ConfigMap to determine what the desired kubelet version
21 is, but the user can override this by using the --kubelet-version
22 parameter.
23
24
25
27 --dry-run=false
28 Do not change any state, just output the actions that would be per‐
29 formed.
30
31
32 --kubeconfig="/etc/kubernetes/admin.conf"
33 The kubeconfig file to use when talking to the cluster. If the flag
34 is not set, a set of standard locations can be searched for an existing
35 kubeconfig file.
36
37
38 --kubelet-version=""
39 The desired version for the kubelet config after the upgrade. If
40 not specified, the KubernetesVersion from the kubeadm-config ConfigMap
41 will be used
42
43
44
46 --azure-container-registry-config=""
47 Path to the file containing Azure container registry configuration
48 information.
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 kubeadm-upgrade-node-phase(1),
66
67
68
70 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
71 com) based on the kubernetes source material, but hopefully they have
72 been automatically generated since!
73
74
75
76Eric Paris kubernetes User Manuals KUBERNETES(1)