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:  PublicKeysECDSA=true|false
43       (ALPHA  -  default=false)  RootlessControlPlane=true|false (ALPHA - de‐
44       fault=false)
45
46
47       --ignore-preflight-errors=[]      A list of checks whose errors will be
48       shown  as  warnings.  Example: 'IsPrivilegedUser,Swap'. Value 'all' ig‐
49       nores errors from all checks.
50
51
52       --kubeconfig="/etc/kubernetes/admin.conf"      The kubeconfig  file  to
53       use when talking to the cluster. If the flag is not set, a set of stan‐
54       dard locations can be searched for an existing kubeconfig file.
55
56
57       -o,  --output="text"       EXPERIMENTAL:   Output   format.   One   of:
58       text|json|yaml.
59
60
61       --print-config=false      Specifies whether the configuration file that
62       will be used in the upgrade should be printed or not.
63
64
65       --show-managed-fields=false      If true, keep the  managedFields  when
66       printing objects in JSON or YAML format.
67
68
69

OPTIONS INHERITED FROM PARENT COMMANDS

71       --azure-container-registry-config=""       Path  to the file containing
72       Azure container registry configuration information.
73
74
75       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
76       filesystem.
77
78
79       --version=false      Print version information and quit
80
81
82

SEE ALSO

84       kubeadm-upgrade(1),
85
86
87

HISTORY

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
95Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum