1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm upgrade plan - Check which versions are available to upgrade to
10 and validate whether your current cluster is upgradeable. To skip the
11 internet check, pass in the optional [version] parameter
12
13
14
16 kubeadm upgrade plan [OPTIONS]
17
18
19
21 Check which versions are available to upgrade to and validate whether
22 your current cluster is upgradeable. To skip the internet check, pass
23 in the optional [version] parameter
24
25
26
28 --allow-experimental-upgrades=false Show unstable versions of Ku‐
29 bernetes as an upgrade alternative and allow upgrading to an al‐
30 pha/beta/release candidate versions of Kubernetes.
31
32
33 --allow-release-candidate-upgrades=false Show release candidate
34 versions of Kubernetes as an upgrade alternative and allow upgrading to
35 a release candidate versions of Kubernetes.
36
37
38 --config="" Path to a kubeadm configuration file.
39
40
41 --feature-gates="" A set of key=value pairs that describe feature
42 gates for various features. Options are: PublicKeysECDSA=true|false
43 (ALPHA - default=false) RootlessControlPlane=true|false (ALPHA - de‐
44 fault=false) UnversionedKubeletConfigMap=true|false (BETA - de‐
45 fault=true)
46
47
48 --ignore-preflight-errors=[] A list of checks whose errors will be
49 shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ig‐
50 nores errors from all checks.
51
52
53 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
54 use when talking to the cluster. If the flag is not set, a set of stan‐
55 dard locations can be searched for an existing kubeconfig file.
56
57
58 --print-config=false Specifies whether the configuration file that
59 will be used in the upgrade should be printed or not.
60
61
62
64 --azure-container-registry-config="" Path to the file containing
65 Azure container registry configuration information.
66
67
68 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
69 filesystem.
70
71
72 --version=false Print version information and quit
73
74
75
77 kubeadm-upgrade(1),
78
79
80
82 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
83 com) based on the kubernetes source material, but hopefully they have
84 been automatically generated since!
85
86
87
88Manuals User KUBERNETES(1)(kubernetes)