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