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

OPTIONS INHERITED FROM PARENT COMMANDS

92       --azure-container-registry-config=""
93           Path to the file containing Azure container registry  configuration
94       information.
95
96
97       --google-json-key=""
98           The  Google  Cloud  Platform  Service  Account  JSON Key to use for
99       authentication.
100
101
102       --log-flush-frequency=5s
103           Maximum number of seconds between log flushes
104
105
106       --rootfs=""
107           [EXPERIMENTAL] The path to the 'real' host root filesystem.
108
109
110       --version=false
111           Print version information and quit
112
113
114

SEE ALSO

116       kubeadm-upgrade(1),
117
118
119

HISTORY

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