1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm upgrade apply - Upgrade your Kubernetes cluster to the
7 specified version
8
9
10
12 kubeadm upgrade apply [OPTIONS]
13
14
15
17 Upgrade your Kubernetes cluster to the specified version
18
19
20
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
25 Kubernetes.
26
27
28 --allow-release-candidate-upgrades=false
29 Show release candidate versions of Kubernetes as an upgrade
30 alternative and allow upgrading to a release candidate versions of
31 Kubernetes.
32
33
34 --certificate-renewal=true
35 Perform the renewal of certificates used by component changed
36 during upgrades.
37
38
39 --config=""
40 Path to a kubeadm configuration file.
41
42
43 --dry-run=false
44 Do not change any state, just output what actions would be
45 performed.
46
47
48 --etcd-upgrade=true
49 Perform the upgrade of etcd.
50
51
52 -k, --experimental-kustomize=""
53 The path where kustomize patches for static pod manifests are
54 stored.
55
56
57 --feature-gates=""
58 A set of key=value pairs that describe feature gates for various
59 features. Options are: IPv6DualStack=true|false (ALPHA - default=false)
60 PublicKeysECDSA=true|false (ALPHA - default=false)
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
91 (non-interactive mode).
92
93
94
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
115 kubeadm-upgrade(1),
116
117
118
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)