1OC CREATE(1) June 2016 OC CREATE(1)
2
3
4
6 oc create clusterrole - Create a ClusterRole.
7
8
9
11 oc create clusterrole [OPTIONS]
12
13
14
16 Create a ClusterRole.
17
18
19
21 --aggregation-rule=
22 An aggregation label selector for combining ClusterRoles.
23
24
25 --allow-missing-template-keys=true
26 If true, ignore any errors in templates when a field or map key is
27 missing in the template. Only applies to golang and jsonpath output
28 formats.
29
30
31 --dry-run=false
32 If true, only print the object that would be sent, without sending
33 it.
34
35
36 --non-resource-url=[]
37 A partial url that user should have access to.
38
39
40 -o, --output=""
41 Output format. One of: json|yaml|name|template|go-template|go-tem‐
42 plate-file|templatefile|jsonpath|jsonpath-file.
43
44
45 --resource=[]
46 Resource that the rule applies to
47
48
49 --resource-name=[]
50 Resource in the white list that the rule applies to, repeat this
51 flag for multiple items
52
53
54 --save-config=false
55 If true, the configuration of current object will be saved in its
56 annotation. Otherwise, the annotation will be unchanged. This flag is
57 useful when you want to perform kubectl apply on this object in the
58 future.
59
60
61 --template=""
62 Template string or path to template file to use when -o=go-tem‐
63 plate, -o=go-template-file. The template format is golang templates [
64 ⟨http://golang.org/pkg/text/template/#pkg-overview⟩].
65
66
67 --validate=false
68 If true, use a schema to validate the input before sending it
69
70
71 --verb=[]
72 Verb that applies to the resources contained in the rule
73
74
75
77 --allow_verification_with_non_compliant_keys=false
78 Allow a SignatureVerifier to use keys which are technically
79 non-compliant with RFC6962.
80
81
82 --alsologtostderr=false
83 log to standard error as well as files
84
85
86 --application_metrics_count_limit=100
87 Max number of application metrics to store (per container)
88
89
90 --as=""
91 Username to impersonate for the operation
92
93
94 --as-group=[]
95 Group to impersonate for the operation, this flag can be repeated
96 to specify multiple groups.
97
98
99 --azure-container-registry-config=""
100 Path to the file containing Azure container registry configuration
101 information.
102
103
104 --boot_id_file="/proc/sys/kernel/random/boot_id"
105 Comma-separated list of files to check for boot-id. Use the first
106 one that exists.
107
108
109 --cache-dir="/builddir/.kube/http-cache"
110 Default HTTP cache directory
111
112
113 --certificate-authority=""
114 Path to a cert file for the certificate authority
115
116
117 --client-certificate=""
118 Path to a client certificate file for TLS
119
120
121 --client-key=""
122 Path to a client key file for TLS
123
124
125 --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
126 CIDRs opened in GCE firewall for LB traffic proxy health checks
127
128
129 --cluster=""
130 The name of the kubeconfig cluster to use
131
132
133 --container_hints="/etc/cadvisor/container_hints.json"
134 location of the container hints file
135
136
137 --containerd="unix:///var/run/containerd.sock"
138 containerd endpoint
139
140
141 --context=""
142 The name of the kubeconfig context to use
143
144
145 --default-not-ready-toleration-seconds=300
146 Indicates the tolerationSeconds of the toleration for
147 notReady:NoExecute that is added by default to every pod that does not
148 already have such a toleration.
149
150
151 --default-unreachable-toleration-seconds=300
152 Indicates the tolerationSeconds of the toleration for unreach‐
153 able:NoExecute that is added by default to every pod that does not
154 already have such a toleration.
155
156
157 --docker="unix:///var/run/docker.sock"
158 docker endpoint
159
160
161 --docker-tls=false
162 use TLS to connect to docker
163
164
165 --docker-tls-ca="ca.pem"
166 path to trusted CA
167
168
169 --docker-tls-cert="cert.pem"
170 path to client certificate
171
172
173 --docker-tls-key="key.pem"
174 path to private key
175
176
177 --docker_env_metadata_whitelist=""
178 a comma-separated list of environment variable keys that needs to
179 be collected for docker containers
180
181
182 --docker_only=false
183 Only report docker containers in addition to root stats
184
185
186 --docker_root="/var/lib/docker"
187 DEPRECATED: docker root is read from docker info (this is a fall‐
188 back, default: /var/lib/docker)
189
190
191 --enable_load_reader=false
192 Whether to enable cpu load reader
193
194
195 --event_storage_age_limit="default=24h"
196 Max length of time for which to store events (per type). Value is a
197 comma separated list of key values, where the keys are event types
198 (e.g.: creation, oom) or "default" and the value is a duration. Default
199 is applied to all non-specified event types
200
201
202 --event_storage_event_limit="default=100000"
203 Max number of events to store (per type). Value is a comma sepa‐
204 rated list of key values, where the keys are event types (e.g.: cre‐
205 ation, oom) or "default" and the value is an integer. Default is
206 applied to all non-specified event types
207
208
209 --global_housekeeping_interval=0
210 Interval between global housekeepings
211
212
213 --housekeeping_interval=0
214 Interval between container housekeepings
215
216
217 --httptest.serve=""
218 if non-empty, httptest.NewServer serves on this address and blocks
219
220
221 --insecure-skip-tls-verify=false
222 If true, the server's certificate will not be checked for validity.
223 This will make your HTTPS connections insecure
224
225
226 --kubeconfig=""
227 Path to the kubeconfig file to use for CLI requests.
228
229
230 --log-flush-frequency=0
231 Maximum number of seconds between log flushes
232
233
234 --log_backtrace_at=:0
235 when logging hits line file:N, emit a stack trace
236
237
238 --log_cadvisor_usage=false
239 Whether to log the usage of the cAdvisor container
240
241
242 --log_dir=""
243 If non-empty, write log files in this directory
244
245
246 --logtostderr=true
247 log to standard error instead of files
248
249
250 --machine_id_file="/etc/machine-id,/var/lib/dbus/machine-id"
251 Comma-separated list of files to check for machine-id. Use the
252 first one that exists.
253
254
255 --match-server-version=false
256 Require server version to match client version
257
258
259 -n, --namespace=""
260 If present, the namespace scope for this CLI request
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 --stderrthreshold=2
274 logs at or above this threshold go to stderr
275
276
277 --storage_driver_buffer_duration=0
278 Writes in the storage driver will be buffered for this duration,
279 and committed to the non memory backends as a single transaction
280
281
282 --storage_driver_db="cadvisor"
283 database name
284
285
286 --storage_driver_host="localhost:8086"
287 database host:port
288
289
290 --storage_driver_password="root"
291 database password
292
293
294 --storage_driver_secure=false
295 use secure connection with database
296
297
298 --storage_driver_table="stats"
299 table name
300
301
302 --storage_driver_user="root"
303 database username
304
305
306 --token=""
307 Bearer token for authentication to the API server
308
309
310 --user=""
311 The name of the kubeconfig user to use
312
313
314 -v, --v=0
315 log level for V logs
316
317
318 --version=false
319 Print version information and quit
320
321
322 --vmodule=
323 comma-separated list of pattern=N settings for file-filtered log‐
324 ging
325
326
327
329 # Create a ClusterRole named "pod-reader" that allows user to perform "get", "watch" and "list" on pods
330 oc create clusterrole pod-reader --verb=get,list,watch --resource=pods
331
332 # Create a ClusterRole named "pod-reader" with ResourceName specified
333 oc create clusterrole pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod
334
335 # Create a ClusterRole named "foo" with API Group specified
336 oc create clusterrole foo --verb=get,list,watch --resource=rs.extensions
337
338 # Create a ClusterRole named "foo" with SubResource specified
339 oc create clusterrole foo --verb=get,list,watch --resource=pods,pods/status
340
341 # Create a ClusterRole name "foo" with NonResourceURL specified
342 oc create clusterrole "foo" --verb=get --non-resource-url=/logs/*
343
344 # Create a ClusterRole name "monitoring" with AggregationRule specified
345 oc create clusterrole monitoring --aggregation-rule="rbac.example.com/aggregate-to-monitoring=true"
346
347
348
349
351 oc-create(1),
352
353
354
356 June 2016, Ported from the Kubernetes man-doc generator
357
358
359
360Openshift Openshift CLI User Manuals OC CREATE(1)