1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm upgrade apply - Upgrade your Kubernetes cluster to the speci‐
10 fied version
11
12
13
15 kubeadm upgrade apply [OPTIONS]
16
17
18
20 Upgrade your Kubernetes cluster to the specified version
21
22
23
25 --allow-experimental-upgrades=false Show unstable versions of Ku‐
26 bernetes as an upgrade alternative and allow upgrading to an al‐
27 pha/beta/release candidate versions of Kubernetes.
28
29
30 --allow-release-candidate-upgrades=false Show release candidate
31 versions of Kubernetes as an upgrade alternative and allow upgrading to
32 a release candidate versions of Kubernetes.
33
34
35 --certificate-renewal=true Perform the renewal of certificates
36 used by component changed during upgrades.
37
38
39 --config="" Path to a kubeadm configuration file.
40
41
42 --dry-run=false Do not change any state, just output what actions
43 would be performed.
44
45
46 --etcd-upgrade=true Perform the upgrade of etcd.
47
48
49 --experimental-patches="" Path to a directory that contains files
50 named "target[suffix][+patchtype].extension". For example, "kube-apis‐
51 erver0+merge.yaml" or just "etcd.json". "patchtype" can be one of
52 "strategic", "merge" or "json" and they match the patch formats sup‐
53 ported by kubectl. The default "patchtype" is "strategic". "extension"
54 must be either "json" or "yaml". "suffix" is an optional string that
55 can be used to determine which patches are applied first alpha-numeri‐
56 cally.
57
58
59 --feature-gates="" A set of key=value pairs that describe feature
60 gates for various features. Options are: IPv6DualStack=true|false (BETA
61 - default=true) PublicKeysECDSA=true|false (ALPHA - default=false)
62
63
64 -f, --force=false Force upgrading although some requirements might
65 not be met. This also implies non-interactive mode.
66
67
68 --ignore-preflight-errors=[] A list of checks whose errors will be
69 shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ig‐
70 nores errors from all checks.
71
72
73 --image-pull-timeout=15m0s The maximum amount of time to wait for
74 the control plane pods to be downloaded.
75
76
77 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
78 use when talking to the cluster. If the flag is not set, a set of stan‐
79 dard locations can be searched for an existing kubeconfig file.
80
81
82 --print-config=false Specifies whether the configuration file that
83 will be used in the upgrade should be printed or not.
84
85
86 -y, --yes=false Perform the upgrade and do not prompt for confir‐
87 mation (non-interactive mode).
88
89
90
92 --azure-container-registry-config="" Path to the file containing
93 Azure container registry configuration information.
94
95
96 --log-flush-frequency=5s Maximum number of seconds between log
97 flushes
98
99
100 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
101 filesystem.
102
103
104 --version=false Print version information and quit
105
106
107
109 kubeadm-upgrade(1),
110
111
112
114 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
115 com) based on the kubernetes source material, but hopefully they have
116 been automatically generated since!
117
118
119
120Manuals User KUBERNETES(1)(kubernetes)