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 the kubelet-config ConfigMap
21 stored in the cluster
22
23
24
26 --dry-run=false Do not change any state, just output the actions
27 that would be performed.
28
29
30 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
31 use when talking to the cluster. If the flag is not set, a set of stan‐
32 dard locations can be searched for an existing kubeconfig file.
33
34
35 --patches="" Path to a directory that contains files named "tar‐
36 get[suffix][+patchtype].extension". For example, "kube-apis‐
37 erver0+merge.yaml" or just "etcd.json". "target" can be one of "kube-
38 apiserver", "kube-controller-manager", "kube-scheduler", "etcd",
39 "kubeletconfiguration". "patchtype" can be one of "strategic", "merge"
40 or "json" and they match the patch formats supported by kubectl. The
41 default "patchtype" is "strategic". "extension" must be either "json"
42 or "yaml". "suffix" is an optional string that can be used to determine
43 which patches are applied first alpha-numerically.
44
45
46
48 --azure-container-registry-config="" Path to the file containing
49 Azure container registry configuration information.
50
51
52 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
53 filesystem.
54
55
56 --version=false Print version information and quit
57
58
59
61 kubeadm-upgrade-node-phase(1),
62
63
64
66 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
67 com) based on the kubernetes source material, but hopefully they have
68 been automatically generated since!
69
70
71
72Manuals User KUBERNETES(1)(kubernetes)