1OC ROLLOUT(1) June 2016 OC ROLLOUT(1)
2
3
4
6 oc rollout status - Show the status of the rollout
7
8
9
11 oc rollout status [OPTIONS]
12
13
14
16 Watch the status of the latest rollout, until it's done.
17
18
19
21 -f, --filename=[]
22 Filename, directory, or URL to files identifying the resource to
23 get from a server.
24
25
26 -R, --recursive=false
27 Process the directory used in -f, --filename recursively. Useful
28 when you want to manage related manifests organized within the same
29 directory.
30
31
32 --revision=0
33 Pin to a specific revision for showing its status. Defaults to 0
34 (last revision).
35
36
37 -w, --watch=true
38 Watch the status of the rollout until it's done.
39
40
41
43 --allow_verification_with_non_compliant_keys=false
44 Allow a SignatureVerifier to use keys which are technically
45 non-compliant with RFC6962.
46
47
48 --alsologtostderr=false
49 log to standard error as well as files
50
51
52 --application_metrics_count_limit=100
53 Max number of application metrics to store (per container)
54
55
56 --as=""
57 Username to impersonate for the operation
58
59
60 --as-group=[]
61 Group to impersonate for the operation, this flag can be repeated
62 to specify multiple groups.
63
64
65 --azure-container-registry-config=""
66 Path to the file containing Azure container registry configuration
67 information.
68
69
70 --boot_id_file="/proc/sys/kernel/random/boot_id"
71 Comma-separated list of files to check for boot-id. Use the first
72 one that exists.
73
74
75 --cache-dir="/builddir/.kube/http-cache"
76 Default HTTP cache directory
77
78
79 --certificate-authority=""
80 Path to a cert file for the certificate authority
81
82
83 --client-certificate=""
84 Path to a client certificate file for TLS
85
86
87 --client-key=""
88 Path to a client key file for TLS
89
90
91 --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
92 CIDRs opened in GCE firewall for LB traffic proxy health checks
93
94
95 --cluster=""
96 The name of the kubeconfig cluster to use
97
98
99 --container_hints="/etc/cadvisor/container_hints.json"
100 location of the container hints file
101
102
103 --containerd="unix:///var/run/containerd.sock"
104 containerd endpoint
105
106
107 --context=""
108 The name of the kubeconfig context to use
109
110
111 --default-not-ready-toleration-seconds=300
112 Indicates the tolerationSeconds of the toleration for
113 notReady:NoExecute that is added by default to every pod that does not
114 already have such a toleration.
115
116
117 --default-unreachable-toleration-seconds=300
118 Indicates the tolerationSeconds of the toleration for unreach‐
119 able:NoExecute that is added by default to every pod that does not
120 already have such a toleration.
121
122
123 --docker="unix:///var/run/docker.sock"
124 docker endpoint
125
126
127 --docker-tls=false
128 use TLS to connect to docker
129
130
131 --docker-tls-ca="ca.pem"
132 path to trusted CA
133
134
135 --docker-tls-cert="cert.pem"
136 path to client certificate
137
138
139 --docker-tls-key="key.pem"
140 path to private key
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 --enable_load_reader=false
158 Whether to enable cpu load reader
159
160
161 --event_storage_age_limit="default=24h"
162 Max length of time for which to store events (per type). Value is a
163 comma separated list of key values, where the keys are event types
164 (e.g.: creation, oom) or "default" and the value is a duration. Default
165 is applied to all non-specified event types
166
167
168 --event_storage_event_limit="default=100000"
169 Max number of events to store (per type). Value is a comma sepa‐
170 rated list of key values, where the keys are event types (e.g.: cre‐
171 ation, oom) or "default" and the value is an integer. Default is
172 applied to all non-specified event types
173
174
175 --global_housekeeping_interval=0
176 Interval between global housekeepings
177
178
179 --housekeeping_interval=0
180 Interval between container housekeepings
181
182
183 --httptest.serve=""
184 if non-empty, httptest.NewServer serves on this address and blocks
185
186
187 --insecure-skip-tls-verify=false
188 If true, the server's certificate will not be checked for validity.
189 This will make your HTTPS connections insecure
190
191
192 --kubeconfig=""
193 Path to the kubeconfig file to use for CLI requests.
194
195
196 --log-flush-frequency=0
197 Maximum number of seconds between log flushes
198
199
200 --log_backtrace_at=:0
201 when logging hits line file:N, emit a stack trace
202
203
204 --log_cadvisor_usage=false
205 Whether to log the usage of the cAdvisor container
206
207
208 --log_dir=""
209 If non-empty, write log files in this directory
210
211
212 --logtostderr=true
213 log to standard error instead of files
214
215
216 --machine_id_file="/etc/machine-id,/var/lib/dbus/machine-id"
217 Comma-separated list of files to check for machine-id. Use the
218 first one that exists.
219
220
221 --match-server-version=false
222 Require server version to match client version
223
224
225 -n, --namespace=""
226 If present, the namespace scope for this CLI request
227
228
229 --request-timeout="0"
230 The length of time to wait before giving up on a single server
231 request. Non-zero values should contain a corresponding time unit (e.g.
232 1s, 2m, 3h). A value of zero means don't timeout requests.
233
234
235 -s, --server=""
236 The address and port of the Kubernetes API server
237
238
239 --stderrthreshold=2
240 logs at or above this threshold go to stderr
241
242
243 --storage_driver_buffer_duration=0
244 Writes in the storage driver will be buffered for this duration,
245 and committed to the non memory backends as a single transaction
246
247
248 --storage_driver_db="cadvisor"
249 database name
250
251
252 --storage_driver_host="localhost:8086"
253 database host:port
254
255
256 --storage_driver_password="root"
257 database password
258
259
260 --storage_driver_secure=false
261 use secure connection with database
262
263
264 --storage_driver_table="stats"
265 table name
266
267
268 --storage_driver_user="root"
269 database username
270
271
272 --token=""
273 Bearer token for authentication to the API server
274
275
276 --user=""
277 The name of the kubeconfig user to use
278
279
280 -v, --v=0
281 log level for V logs
282
283
284 --version=false
285 Print version information and quit
286
287
288 --vmodule=
289 comma-separated list of pattern=N settings for file-filtered log‐
290 ging
291
292
293
295 # Watch the status of the latest rollout
296 oc rollout status dc/nginx
297
298
299
300
302 oc-rollout(1),
303
304
305
307 June 2016, Ported from the Kubernetes man-doc generator
308
309
310
311Openshift Openshift CLI User Manuals OC ROLLOUT(1)