1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubectl rollout history - View rollout history
7
8
9

SYNOPSIS

11       kubectl rollout history [OPTIONS]
12
13
14

DESCRIPTION

16       View previous rollout revisions and configurations.
17
18
19

OPTIONS

21       --allow-missing-template-keys=true
22           If  true, ignore any errors in templates when a field or map key is
23       missing in the template. Only applies to  golang  and  jsonpath  output
24       formats.
25
26
27       -f, --filename=[]
28           Filename,  directory,  or  URL to files identifying the resource to
29       get from a server.
30
31
32       -k, --kustomize=""
33           Process the  kustomization  directory.  This  flag  can't  be  used
34       together with -f or -R.
35
36
37       -o, --output=""
38           Output    format.    One   of:   json|yaml|name|go-template|go-tem‐
39       plate-file|template|templatefile|jsonpath|jsonpath-file.
40
41
42       -R, --recursive=false
43           Process the directory used in -f,  --filename  recursively.  Useful
44       when  you  want  to  manage related manifests organized within the same
45       directory.
46
47
48       --revision=0
49           See the details, including podTemplate of the revision specified
50
51
52       --template=""
53           Template string or path to template file  to  use  when  -o=go-tem‐
54       plate,  -o=go-template-file.  The template format is golang templates [
55http://golang.org/pkg/text/template/#pkg-overview⟩].
56
57
58

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

345                # View the rollout history of a deployment
346                kubectl rollout history deployment/abc
347
348                # View the details of daemonset revision 3
349                kubectl rollout history daemonset/abc --revision=3
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
366Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum