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

NAME

9       kubectl rollout history - View rollout history
10
11
12

SYNOPSIS

14       kubectl rollout history [OPTIONS]
15
16
17

DESCRIPTION

19       View previous rollout revisions and configurations.
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       -f, --filename=[]      Filename, directory, or URL to files identifying
30       the resource to get from a server.
31
32
33       -k, --kustomize=""      Process the kustomization directory. This  flag
34       can't be used together with -f or -R.
35
36
37       -o,  --output=""      Output format. One of: (json, yaml, name, go-tem‐
38       plate, go-template-file, template, templatefile, jsonpath, jsonpath-as-
39       json, jsonpath-file).
40
41
42       -R, --recursive=false      Process the directory used in -f, --filename
43       recursively. Useful when you want to manage related manifests organized
44       within the same directory.
45
46
47       --revision=0       See  the details, including podTemplate of the revi‐
48       sion specified
49
50
51       -l, --selector=""      Selector (label query) to  filter  on,  supports
52       '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). Matching objects
53       must satisfy all of the specified label constraints.
54
55
56       --show-managed-fields=false      If true, keep the  managedFields  when
57       printing objects in JSON or YAML format.
58
59
60       --template=""      Template string or path to template file to use when
61       -o=go-template, -o=go-template-file. The template format is golang tem‐
62       plates [http://golang.org/pkg/text/template/#pkg-overview].
63
64
65

OPTIONS INHERITED FROM PARENT COMMANDS

67       --as=""      Username to impersonate for the operation. User could be a
68       regular user or a service account in a namespace.
69
70
71       --as-group=[]      Group to impersonate for the  operation,  this  flag
72       can be repeated to specify multiple groups.
73
74
75       --as-uid=""      UID to impersonate for the operation.
76
77
78       --azure-container-registry-config=""       Path  to the file containing
79       Azure container registry configuration information.
80
81
82       --cache-dir="/builddir/.kube/cache"      Default cache directory
83
84
85       --certificate-authority=""      Path to a cert file for the certificate
86       authority
87
88
89       --client-certificate=""      Path to a client certificate file for TLS
90
91
92       --client-key=""      Path to a client key file for TLS
93
94
95       --cluster=""      The name of the kubeconfig cluster to use
96
97
98       --context=""      The name of the kubeconfig context to use
99
100
101       --disable-compression=false       If true, opt-out of response compres‐
102       sion for all requests to the server
103
104
105       --insecure-skip-tls-verify=false      If true, the server's certificate
106       will not be checked for validity. This will make your HTTPS connections
107       insecure
108
109
110       --kubeconfig=""      Path to the kubeconfig file to  use  for  CLI  re‐
111       quests.
112
113
114       --match-server-version=false        Require  server  version  to  match
115       client version
116
117
118       -n, --namespace=""      If present, the namespace scope  for  this  CLI
119       request
120
121
122       --password=""      Password for basic authentication to the API server
123
124
125       --profile="none"         Name   of   profile   to   capture.   One   of
126       (none|cpu|heap|goroutine|threadcreate|block|mutex)
127
128
129       --profile-output="profile.pprof"      Name of the  file  to  write  the
130       profile to
131
132
133       --request-timeout="0"       The length of time to wait before giving up
134       on a single server request. Non-zero values  should  contain  a  corre‐
135       sponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't time‐
136       out requests.
137
138
139       -s, --server=""      The address and port of the Kubernetes API server
140
141
142       --tls-server-name=""      Server name to  use  for  server  certificate
143       validation.  If  it  is  not provided, the hostname used to contact the
144       server is used
145
146
147       --token=""      Bearer token for authentication to the API server
148
149
150       --user=""      The name of the kubeconfig user to use
151
152
153       --username=""      Username for basic authentication to the API server
154
155
156       --version=false      Print version information and quit
157
158
159       --warnings-as-errors=false      Treat warnings received from the server
160       as errors and exit with a non-zero exit code
161
162
163

EXAMPLE

165                # View the rollout history of a deployment
166                kubectl rollout history deployment/abc
167
168                # View the details of daemonset revision 3
169                kubectl rollout history daemonset/abc --revision=3
170
171
172
173

SEE ALSO

175       kubectl-rollout(1),
176
177
178

HISTORY

180       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
181       com) based on the kubernetes source material, but hopefully  they  have
182       been automatically generated since!
183
184
185
186Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum