1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

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

SYNOPSIS

16       kubeadm upgrade plan [OPTIONS]
17
18
19

DESCRIPTION

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

OPTIONS

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: IPv6DualStack=true|false  (AL‐
43       PHA - default=false) PublicKeysECDSA=true|false (ALPHA - default=false)
44
45
46       --ignore-preflight-errors=[]      A list of checks whose errors will be
47       shown as warnings. Example: 'IsPrivilegedUser,Swap'.  Value  'all'  ig‐
48       nores errors from all checks.
49
50
51       --kubeconfig="/etc/kubernetes/admin.conf"       The  kubeconfig file to
52       use when talking to the cluster. If the flag is not set, a set of stan‐
53       dard locations can be searched for an existing kubeconfig file.
54
55
56       --print-config=false      Specifies whether the configuration file that
57       will be used in the upgrade should be printed or not.
58
59
60

OPTIONS INHERITED FROM PARENT COMMANDS

62       --azure-container-registry-config=""      Path to the  file  containing
63       Azure container registry configuration information.
64
65
66       --log-flush-frequency=5s       Maximum  number  of  seconds between log
67       flushes
68
69
70       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
71       filesystem.
72
73
74       --version=false      Print version information and quit
75
76
77

SEE ALSO

79       kubeadm-upgrade(1),
80
81
82

HISTORY

84       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
85       com) based on the kubernetes source material, but hopefully  they  have
86       been automatically generated since!
87
88
89
90Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum