1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm upgrade node - Upgrade commands for a node in the cluster
7
8
9
11 kubeadm upgrade node [OPTIONS]
12
13
14
16 Upgrade commands for a node in the cluster
17
18
19 The "node" command executes the following phases:
20
21
22 control-plane Upgrade the control plane instance deployed on this node, if any
23 kubelet-config Upgrade the kubelet configuration for this node
24
25
26
27
29 --certificate-renewal=false
30 Perform the renewal of certificates used by component changed dur‐
31 ing upgrades.
32
33
34 --dry-run=false
35 Do not change any state, just output the actions that would be per‐
36 formed.
37
38
39 --etcd-upgrade=false
40 Perform the upgrade of etcd.
41
42
43 --kubeconfig="/etc/kubernetes/admin.conf"
44 The kubeconfig file to use when talking to the cluster. If the flag
45 is not set, a set of standard locations can be searched for an existing
46 kubeconfig file.
47
48
49 --kubelet-version=""
50 The desired version for the kubelet config after the upgrade. If
51 not specified, the KubernetesVersion from the kubeadm-config ConfigMap
52 will be used
53
54
55 --skip-phases=[]
56 List of phases to be skipped
57
58
59
61 --azure-container-registry-config=""
62 Path to the file containing Azure container registry configuration
63 information.
64
65
66 --log-flush-frequency=5s
67 Maximum number of seconds between log flushes
68
69
70 --rootfs=""
71 [EXPERIMENTAL] The path to the 'real' host root filesystem.
72
73
74 --version=false
75 Print version information and quit
76
77
78
80 kubeadm-upgrade(1), kubeadm-upgrade-node-config(1),
81 kubeadm-upgrade-node-experimental-control-plane(1),
82 kubeadm-upgrade-node-phase(1),
83
84
85
87 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
88 com) based on the kubernetes source material, but hopefully they have
89 been automatically generated since!
90
91
92
93Eric Paris kubernetes User Manuals KUBERNETES(1)