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 kubeadm config file (WARNING: Usage of a configuration file
39       is experimental)
40
41
42       --feature-gates=""
43           A set of key=value pairs that describe feature  gates  for  various
44       features.  Options  are:  Auditing=true|false  (ALPHA  - default=false)
45       CoreDNS=true|false (default=true) DynamicKubeletConfig=true|false (BETA
46       - default=false)
47
48
49       --ignore-preflight-errors=[]
50           A  list  of checks whose errors will be shown as warnings. Example:
51       'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.
52
53
54       --kubeconfig="/builddir/.kube/config"
55           The KubeConfig file to use when talking to the cluster. If the flag
56       is  not  set,  a set of standard locations are searched for an existing
57       KubeConfig file.
58
59
60       --print-config=false
61           Specifies whether the configuration file that will be used  in  the
62       upgrade should be printed or not.
63
64
65

OPTIONS INHERITED FROM PARENT COMMANDS

67       --azure-container-registry-config=""
68           Path  to the file containing Azure container registry configuration
69       information.
70
71
72       --google-json-key=""
73           The Google Cloud Platform Service  Account  JSON  Key  to  use  for
74       authentication.
75
76
77       --log-flush-frequency=5s
78           Maximum number of seconds between log flushes
79
80
81       --rootfs=""
82           [EXPERIMENTAL] The path to the 'real' host root filesystem.
83
84
85       --version=false
86           Print version information and quit
87
88
89

SEE ALSO

91       kubeadm-upgrade(1),
92
93
94

HISTORY

96       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
97       com) based on the kubernetes source material, but hopefully  they  have
98       been automatically generated since!
99
100
101
102Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum