1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm upgrade node config - Download the kubelet configuration from
7 the cluster ConfigMap kubelet-config-1.X, where X is the minor version
8 of the kubelet
9
10
11
13 kubeadm upgrade node config [OPTIONS]
14
15
16
18 Download the kubelet configuration from the cluster ConfigMap
19 kubelet-config-1.X, where X is the minor version of the kubelet
20
21
22
24 --certificate-renewal=false
25 Perform the renewal of certificates used by component changed dur‐
26 ing upgrades.
27
28
29 --dry-run=false
30 Do not change any state, just output the actions that would be per‐
31 formed.
32
33
34 --etcd-upgrade=false
35 Perform the upgrade of etcd.
36
37
38 --kubeconfig="/etc/kubernetes/admin.conf"
39 The kubeconfig file to use when talking to the cluster. If the flag
40 is not set, a set of standard locations can be searched for an existing
41 kubeconfig file.
42
43
44 --kubelet-version=""
45 The desired version for the kubelet config after the upgrade. If
46 not specified, the KubernetesVersion from the kubeadm-config ConfigMap
47 will be used
48
49
50
52 --azure-container-registry-config=""
53 Path to the file containing Azure container registry configuration
54 information.
55
56
57 --log-flush-frequency=5s
58 Maximum number of seconds between log flushes
59
60
61 --rootfs=""
62 [EXPERIMENTAL] The path to the 'real' host root filesystem.
63
64
65 --version=false
66 Print version information and quit
67
68
69
71 kubeadm-upgrade-node(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)