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

NAME

9       kubectl rollout undo - Undo a previous rollout
10
11
12

SYNOPSIS

14       kubectl rollout undo [OPTIONS]
15
16
17

DESCRIPTION

19       Rollback to a previous rollout.
20
21
22

OPTIONS

24       --allow-missing-template-keys=true       If  true, ignore any errors in
25       templates when a field or map key is missing in the template. Only  ap‐
26       plies to golang and jsonpath output formats.
27
28
29       --dry-run="none"       Must be "none", "server", or "client". If client
30       strategy, only print the object that would be sent, without sending it.
31       If  server  strategy, submit server-side request without persisting the
32       resource.
33
34
35       -f, --filename=[]      Filename, directory, or URL to files identifying
36       the resource to get from a server.
37
38
39       -k,  --kustomize=""      Process the kustomization directory. This flag
40       can't be used together with -f or -R.
41
42
43       -o, --output=""       Output  format.  One  of:  json|yaml|name|go-tem‐
44       plate|go-template-file|template|templatefile|jsonpath|json‐
45       path-as-json|jsonpath-file.
46
47
48       -R, --recursive=false      Process the directory used in -f, --filename
49       recursively. Useful when you want to manage related manifests organized
50       within the same directory.
51
52
53       --template=""      Template string or path to template file to use when
54       -o=go-template, -o=go-template-file. The template format is golang tem‐
55       plates [http://golang.org/pkg/text/template/#pkg-overview].
56
57
58       --to-revision=0      The revision to rollback to. Default  to  0  (last
59       revision).
60
61
62

OPTIONS INHERITED FROM PARENT COMMANDS

64       --add-dir-header=false       If  true,  adds  the file directory to the
65       header of the log messages
66
67
68       --alsologtostderr=false      log to standard error as well as files
69
70
71       --application-metrics-count-limit=100      Max  number  of  application
72       metrics to store (per container)
73
74
75       --as=""      Username to impersonate for the operation
76
77
78       --as-group=[]       Group  to  impersonate for the operation, this flag
79       can be repeated to specify multiple groups.
80
81
82       --azure-container-registry-config=""      Path to the  file  containing
83       Azure container registry configuration information.
84
85
86       --boot-id-file="/proc/sys/kernel/random/boot_id"        Comma-separated
87       list of files to check for boot-id. Use the first one that exists.
88
89
90       --cache-dir="/builddir/.kube/cache"      Default cache directory
91
92
93       --certificate-authority=""      Path to a cert file for the certificate
94       authority
95
96
97       --client-certificate=""      Path to a client certificate file for TLS
98
99
100       --client-key=""      Path to a client key file for TLS
101
102
103       --cloud-provider-gce-l7lb-src-cidrs=130.211.0.0/22,35.191.0.0/16
104            CIDRs opened in GCE firewall for  L7  LB  traffic  proxy    health
105       checks
106
107
108       --cloud-provider-gce-lb-src-cidrs=130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16
109            CIDRs opened in GCE firewall for  L4  LB  traffic  proxy    health
110       checks
111
112
113       --cluster=""      The name of the kubeconfig cluster to use
114
115
116       --container-hints="/etc/cadvisor/container_hints.json"      location of
117       the container hints file
118
119
120       --containerd="/run/containerd/containerd.sock"      containerd endpoint
121
122
123       --containerd-namespace="k8s.io"      containerd namespace
124
125
126       --context=""      The name of the kubeconfig context to use
127
128
129       --default-not-ready-toleration-seconds=300      Indicates  the  tolera‐
130       tionSeconds  of  the toleration for notReady:NoExecute that is added by
131       default to every pod that does not already have such a toleration.
132
133
134       --default-unreachable-toleration-seconds=300      Indicates the tolera‐
135       tionSeconds  of  the toleration for unreachable:NoExecute that is added
136       by default to every pod that does not already have such a toleration.
137
138
139       --disable-root-cgroup-stats=false      Disable collecting  root  Cgroup
140       stats
141
142
143       --docker="unix:///var/run/docker.sock"      docker endpoint
144
145
146       --docker-env-metadata-whitelist=""      a comma-separated list of envi‐
147       ronment variable keys matched with specified prefix that  needs  to  be
148       collected for docker containers
149
150
151       --docker-only=false       Only  report docker containers in addition to
152       root stats
153
154
155       --docker-root="/var/lib/docker"      DEPRECATED: docker  root  is  read
156       from docker info (this is a fallback, default: /var/lib/docker)
157
158
159       --docker-tls=false      use TLS to connect to docker
160
161
162       --docker-tls-ca="ca.pem"      path to trusted CA
163
164
165       --docker-tls-cert="cert.pem"      path to client certificate
166
167
168       --docker-tls-key="key.pem"      path to private key
169
170
171       --enable-load-reader=false      Whether to enable cpu load reader
172
173
174       --event-storage-age-limit="default=0"      Max length of time for which
175       to store events (per type). Value is a comma separated list of key val‐
176       ues,  where the keys are event types (e.g.: creation, oom) or "default"
177       and the value is a duration. Default is applied  to  all  non-specified
178       event types
179
180
181       --event-storage-event-limit="default=0"       Max  number  of events to
182       store (per type). Value is a comma separated list of key values,  where
183       the  keys  are  event  types (e.g.: creation, oom) or "default" and the
184       value is an integer. Default is  applied  to  all  non-specified  event
185       types
186
187
188       --global-housekeeping-interval=1m0s      Interval between global house‐
189       keepings
190
191
192       --housekeeping-interval=10s      Interval between container  housekeep‐
193       ings
194
195
196       --insecure-skip-tls-verify=false      If true, the server's certificate
197       will not be checked for validity. This will make your HTTPS connections
198       insecure
199
200
201       --kubeconfig=""       Path  to  the  kubeconfig file to use for CLI re‐
202       quests.
203
204
205       --log-backtrace-at=:0      when logging hits line file:N, emit a  stack
206       trace
207
208
209       --log-cadvisor-usage=false       Whether to log the usage of the cAdvi‐
210       sor container
211
212
213       --log-dir=""      If non-empty, write log files in this directory
214
215
216       --log-file=""      If non-empty, use this log file
217
218
219       --log-file-max-size=1800      Defines the maximum size a log  file  can
220       grow to. Unit is megabytes. If the value is 0, the maximum file size is
221       unlimited.
222
223
224       --log-flush-frequency=5s      Maximum number  of  seconds  between  log
225       flushes
226
227
228       --logtostderr=true      log to standard error instead of files
229
230
231       --machine-id-file="/etc/machine-id,/var/lib/dbus/machine-id"
232            Comma-separated list of files to check  for  machine-id.  Use  the
233       first one that exists.
234
235
236       --match-server-version=false        Require  server  version  to  match
237       client version
238
239
240       -n, --namespace=""      If present, the namespace scope  for  this  CLI
241       request
242
243
244       --one-output=false      If true, only write logs to their native sever‐
245       ity level (vs also writing to each lower severity level
246
247
248       --password=""      Password for basic authentication to the API server
249
250
251       --profile="none"        Name   of   profile   to   capture.   One    of
252       (none|cpu|heap|goroutine|threadcreate|block|mutex)
253
254
255       --profile-output="profile.pprof"       Name  of  the  file to write the
256       profile to
257
258
259       --referenced-reset-interval=0      Reset interval for referenced  bytes
260       (container_referenced_bytes metric), number of measurement cycles after
261       which referenced bytes are cleared, if set to 0  referenced  bytes  are
262       never cleared (default: 0)
263
264
265       --request-timeout="0"       The length of time to wait before giving up
266       on a single server request. Non-zero values  should  contain  a  corre‐
267       sponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't time‐
268       out requests.
269
270
271       -s, --server=""      The address and port of the Kubernetes API server
272
273
274       --skip-headers=false      If true, avoid header  prefixes  in  the  log
275       messages
276
277
278       --skip-log-headers=false       If  true, avoid headers when opening log
279       files
280
281
282       --stderrthreshold=2      logs at or above this threshold go to stderr
283
284
285       --storage-driver-buffer-duration=1m0s      Writes in the storage driver
286       will  be  buffered  for  this duration, and committed to the non memory
287       backends as a single transaction
288
289
290       --storage-driver-db="cadvisor"      database name
291
292
293       --storage-driver-host="localhost:8086"      database host:port
294
295
296       --storage-driver-password="root"      database password
297
298
299       --storage-driver-secure=false      use secure connection with database
300
301
302       --storage-driver-table="stats"      table name
303
304
305       --storage-driver-user="root"      database username
306
307
308       --tls-server-name=""      Server name to  use  for  server  certificate
309       validation.  If  it  is  not provided, the hostname used to contact the
310       server is used
311
312
313       --token=""      Bearer token for authentication to the API server
314
315
316       --update-machine-info-interval=5m0s      Interval between machine  info
317       updates.
318
319
320       --user=""      The name of the kubeconfig user to use
321
322
323       --username=""      Username for basic authentication to the API server
324
325
326       -v, --v=0      number for the log level verbosity
327
328
329       --version=false      Print version information and quit
330
331
332       --vmodule=        comma-separated   list   of  pattern=N  settings  for
333       file-filtered logging
334
335
336       --warnings-as-errors=false      Treat warnings received from the server
337       as errors and exit with a non-zero exit code
338
339
340

EXAMPLE

342                # Rollback to the previous deployment
343                kubectl rollout undo deployment/abc
344
345                # Rollback to daemonset revision 3
346                kubectl rollout undo daemonset/abc --to-revision=3
347
348                # Rollback to the previous deployment with dry-run
349                kubectl rollout undo --dry-run=server deployment/abc
350
351
352
353

SEE ALSO

355       kubectl-rollout(1),
356
357
358

HISTORY

360       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
361       com) based on the kubernetes source material, but hopefully  they  have
362       been automatically generated since!
363
364
365
366Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum