1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm upgrade node phase control-plane - Upgrade the control plane
10 instance deployed on this node, if any
11
12
13
15 kubeadm upgrade node phase control-plane [OPTIONS]
16
17
18
20 Upgrade the control plane instance deployed on this node, if any
21
22
23
25 --certificate-renewal=true Perform the renewal of certificates
26 used by component changed during upgrades.
27
28
29 --dry-run=false Do not change any state, just output the actions
30 that would be performed.
31
32
33 --etcd-upgrade=true Perform the upgrade of etcd.
34
35
36 --experimental-patches="" Path to a directory that contains files
37 named "target[suffix][+patchtype].extension". For example, "kube-apis‐
38 erver0+merge.yaml" or just "etcd.json". "patchtype" can be one of
39 "strategic", "merge" or "json" and they match the patch formats sup‐
40 ported by kubectl. The default "patchtype" is "strategic". "extension"
41 must be either "json" or "yaml". "suffix" is an optional string that
42 can be used to determine which patches are applied first alpha-numeri‐
43 cally.
44
45
46 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
47 use when talking to the cluster. If the flag is not set, a set of stan‐
48 dard locations can be searched for an existing kubeconfig file.
49
50
51
53 --azure-container-registry-config="" Path to the file containing
54 Azure container registry configuration information.
55
56
57 --log-flush-frequency=5s Maximum number of seconds between log
58 flushes
59
60
61 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
62 filesystem.
63
64
65 --version=false Print version information and quit
66
67
68
70 kubeadm-upgrade-node-phase(1),
71
72
73
75 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
76 com) based on the kubernetes source material, but hopefully they have
77 been automatically generated since!
78
79
80
81Manuals User KUBERNETES(1)(kubernetes)