1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

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

SYNOPSIS

13       kubeadm upgrade plan [OPTIONS]
14
15
16

DESCRIPTION

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

OPTIONS

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  Kuber‐
28       netes.
29
30
31       --allow-release-candidate-upgrades=false
32           Show  release candidate versions of Kubernetes as an upgrade alter‐
33       native and allow upgrading to a release candidate  versions  of  Kuber‐
34       netes.
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. No feature gates are available in this release.
44
45
46       --ignore-preflight-errors=[]
47           A list of checks whose errors will be shown as  warnings.  Example:
48       'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.
49
50
51       --kubeconfig="/etc/kubernetes/admin.conf"
52           The kubeconfig file to use when talking to the cluster. If the flag
53       is not set, a set of standard locations can be searched for an existing
54       kubeconfig file.
55
56
57       --print-config=false
58           Specifies  whether  the configuration file that will be used in the
59       upgrade should be printed or not.
60
61
62

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

83       kubeadm-upgrade(1),
84
85
86

HISTORY

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