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       --certificate-renewal=true
35           Perform the renewal of certificates used by component changed  dur‐
36       ing upgrades.
37
38
39       --config=""
40           Path to a kubeadm configuration file.
41
42
43       --cri-socket=""
44           Path  to  the  CRI  socket to connect. If empty kubeadm will try to
45       auto-detect this value; use this option only if you have more than  one
46       CRI installed or if you have non-standard CRI socket.
47
48
49       --dry-run=false
50           Do  not  change  any  state, just output what actions would be per‐
51       formed.
52
53
54       --etcd-upgrade=true
55           Perform the upgrade of etcd.
56
57
58       --feature-gates=""
59           A set of key=value pairs that describe feature  gates  for  various
60       features. No feature gates are available in this release.
61
62
63       -f, --force=false
64           Force  upgrading  although some requirements might not be met. This
65       also implies non-interactive mode.
66
67
68       --ignore-preflight-errors=[]
69           A list of checks whose errors will be shown as  warnings.  Example:
70       'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.
71
72
73       --image-pull-timeout=15m0s
74           The maximum amount of time to wait for the control plane pods to be
75       downloaded.
76
77
78       --kubeconfig="/etc/kubernetes/admin.conf"
79           The kubeconfig file to use when talking to the cluster. If the flag
80       is not set, a set of standard locations can be searched for an existing
81       kubeconfig file.
82
83
84       --print-config=false
85           Specifies whether the configuration file that will be used  in  the
86       upgrade should be printed or not.
87
88
89       -y, --yes=false
90           Perform  the upgrade and do not prompt for confirmation (non-inter‐
91       active mode).
92
93
94

OPTIONS INHERITED FROM PARENT COMMANDS

96       --azure-container-registry-config=""
97           Path to the file containing Azure container registry  configuration
98       information.
99
100
101       --log-flush-frequency=5s
102           Maximum number of seconds between log flushes
103
104
105       --rootfs=""
106           [EXPERIMENTAL] The path to the 'real' host root filesystem.
107
108
109       --version=false
110           Print version information and quit
111
112
113

SEE ALSO

115       kubeadm-upgrade(1),
116
117
118

HISTORY

120       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
121       com) based on the kubernetes source material, but hopefully  they  have
122       been automatically generated since!
123
124
125
126Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum