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

NAME

6       kubeadm  upgrade  apply - Upgrade your Kubernetes cluster to the speci‐
7       fied version.
8
9
10

SYNOPSIS

12       kubeadm upgrade apply [OPTIONS]
13
14
15

DESCRIPTION

17       Upgrade your Kubernetes cluster to the specified version.
18
19
20

OPTIONS

22       --allow-experimental-upgrades=false
23           Show unstable versions of Kubernetes as an upgrade alternative  and
24       allow  upgrading  to an alpha/beta/release candidate versions of Kuber‐
25       netes.
26
27
28       --allow-release-candidate-upgrades=false
29           Show release candidate versions of Kubernetes as an upgrade  alter‐
30       native  and  allow  upgrading to a release candidate versions of Kuber‐
31       netes.
32
33
34       --config=""
35           Path to a kubeadm configuration file.
36
37
38       --cri-socket="/var/run/dockershim.sock"
39           Specify the CRI socket to connect to.
40
41
42       --dry-run=false
43           Do not change any state, just output what  actions  would  be  per‐
44       formed.
45
46
47       --etcd-upgrade=true
48           Perform the upgrade of etcd.
49
50
51       --feature-gates=""
52           A  set  of  key=value pairs that describe feature gates for various
53       features. Options are:
54
55
56       -f, --force=false
57           Force upgrading although some requirements might not be  met.  This
58       also implies non-interactive mode.
59
60
61       --ignore-preflight-errors=[]
62           A  list  of checks whose errors will be shown as warnings. Example:
63       'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.
64
65
66       --image-pull-timeout=15m0s
67           The maximum amount of time to wait for the control plane pods to be
68       downloaded.
69
70
71       --kubeconfig="/builddir/.kube/config"
72           The kubeconfig file to use when talking to the cluster. If the flag
73       is not set, a set of standard locations are searched  for  an  existing
74       KubeConfig file.
75
76
77       --print-config=false
78           Specifies  whether  the configuration file that will be used in the
79       upgrade should be printed or not.
80
81
82       -y, --yes=false
83           Perform the upgrade and do not prompt for confirmation  (non-inter‐
84       active mode).
85
86
87

OPTIONS INHERITED FROM PARENT COMMANDS

89       --azure-container-registry-config=""
90           Path  to the file containing Azure container registry configuration
91       information.
92
93
94       --log-flush-frequency=5s
95           Maximum number of seconds between log flushes
96
97
98       --rootfs=""
99           [EXPERIMENTAL] The path to the 'real' host root filesystem.
100
101
102       --version=false
103           Print version information and quit
104
105
106

SEE ALSO

108       kubeadm-upgrade(1),
109
110
111

HISTORY

113       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
114       com)  based  on the kubernetes source material, but hopefully they have
115       been automatically generated since!
116
117
118
119Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum