1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  upgrade  apply - Upgrade your Kubernetes cluster to the speci‐
10       fied version
11
12
13

SYNOPSIS

15       kubeadm upgrade apply [OPTIONS]
16
17
18

DESCRIPTION

20       Upgrade your Kubernetes cluster to the specified version
21
22
23

OPTIONS

25       --allow-experimental-upgrades=false      Show unstable versions of  Ku‐
26       bernetes  as  an  upgrade  alternative  and  allow  upgrading to an al‐
27       pha/beta/release candidate versions of Kubernetes.
28
29
30       --allow-release-candidate-upgrades=false       Show  release  candidate
31       versions of Kubernetes as an upgrade alternative and allow upgrading to
32       a release candidate versions of Kubernetes.
33
34
35       --certificate-renewal=true      Perform  the  renewal  of  certificates
36       used by component changed during upgrades.
37
38
39       --config=""      Path to a kubeadm configuration file.
40
41
42       --dry-run=false       Do not change any state, just output what actions
43       would be performed.
44
45
46       --etcd-upgrade=true      Perform the upgrade of etcd.
47
48
49       --feature-gates=""      A set of key=value pairs that describe  feature
50       gates  for  various  features.  Options are: PublicKeysECDSA=true|false
51       (ALPHA - default=false) RootlessControlPlane=true|false  (ALPHA  -  de‐
52       fault=false)   UnversionedKubeletConfigMap=true|false   (BETA   -   de‐
53       fault=true)
54
55
56       -f, --force=false      Force upgrading although some requirements might
57       not be met. This also implies non-interactive mode.
58
59
60       --ignore-preflight-errors=[]      A list of checks whose errors will be
61       shown as warnings. Example: 'IsPrivilegedUser,Swap'.  Value  'all'  ig‐
62       nores errors from all checks.
63
64
65       --kubeconfig="/etc/kubernetes/admin.conf"       The  kubeconfig file to
66       use when talking to the cluster. If the flag is not set, a set of stan‐
67       dard locations can be searched for an existing kubeconfig file.
68
69
70       --patches=""       Path  to a directory that contains files named "tar‐
71       get[suffix][+patchtype].extension".    For     example,     "kube-apis‐
72       erver0+merge.yaml"  or  just "etcd.json". "target" can be one of "kube-
73       apiserver",   "kube-controller-manager",   "kube-scheduler",    "etcd".
74       "patchtype" can be one of "strategic", "merge" or "json" and they match
75       the patch formats supported by  kubectl.  The  default  "patchtype"  is
76       "strategic".  "extension"  must be either "json" or "yaml". "suffix" is
77       an optional string that can be used to determine which patches are  ap‐
78       plied first alpha-numerically.
79
80
81       --print-config=false      Specifies whether the configuration file that
82       will be used in the upgrade should be printed or not.
83
84
85       -y, --yes=false      Perform the upgrade and do not prompt for  confir‐
86       mation (non-interactive mode).
87
88
89

OPTIONS INHERITED FROM PARENT COMMANDS

91       --azure-container-registry-config=""       Path  to the file containing
92       Azure container registry configuration information.
93
94
95       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
96       filesystem.
97
98
99       --version=false      Print version information and quit
100
101
102

SEE ALSO

104       kubeadm-upgrade(1),
105
106
107

HISTORY

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