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=true
30 Perform the renewal of certificates used by component changed
31 during upgrades.
32
33
34 --dry-run=false
35 Do not change any state, just output the actions that would be
36 performed.
37
38
39 --etcd-upgrade=true
40 Perform the upgrade of etcd.
41
42
43 -k, --experimental-kustomize=""
44 The path where kustomize patches for static pod manifests are
45 stored.
46
47
48 --kubeconfig="/etc/kubernetes/admin.conf"
49 The kubeconfig file to use when talking to the cluster. If the flag
50 is not set, a set of standard locations can be searched for an existing
51 kubeconfig file.
52
53
54 --kubelet-version=""
55 The desired version for the kubelet config after the upgrade. If
56 not specified, the KubernetesVersion from the kubeadm-config ConfigMap
57 will be used
58
59
60 --skip-phases=[]
61 List of phases to be skipped
62
63
64
66 --azure-container-registry-config=""
67 Path to the file containing Azure container registry configuration
68 information.
69
70
71 --log-flush-frequency=5s
72 Maximum number of seconds between log flushes
73
74
75 --rootfs=""
76 [EXPERIMENTAL] The path to the 'real' host root filesystem.
77
78
79 --version=false
80 Print version information and quit
81
82
83
85 kubeadm-upgrade(1), kubeadm-upgrade-node-phase(1),
86
87
88
90 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
91 com) based on the kubernetes source material, but hopefully they have
92 been automatically generated since!
93
94
95
96Eric Paris kubernetes User Manuals KUBERNETES(1)