1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubectl create role - Create a role with single rule.
7
8
9
11 kubectl create role [OPTIONS]
12
13
14
16 Create a role with single rule.
17
18
19
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 --dry-run="none"
28 Must be "none", "server", or "client". If client strategy, only
29 print the object that would be sent, without sending it. If server
30 strategy, submit server-side request without persisting the resource.
31
32
33 -o, --output=""
34 Output format. One of:
35 json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-file.
36
37
38 --resource=[]
39 Resource that the rule applies to
40
41
42 --resource-name=[]
43 Resource in the white list that the rule applies to, repeat this
44 flag for multiple items
45
46
47 --save-config=false
48 If true, the configuration of current object will be saved in its
49 annotation. Otherwise, the annotation will be unchanged. This flag is
50 useful when you want to perform kubectl apply on this object in the
51 future.
52
53
54 --template=""
55 Template string or path to template file to use when
56 -o=go-template, -o=go-template-file. The template format is golang
57 templates [ ⟨http://golang.org/pkg/text/template/#pkg-overview⟩].
58
59
60 --validate=true
61 If true, use a schema to validate the input before sending it
62
63
64 --verb=[]
65 Verb that applies to the resources contained in the rule
66
67
68
70 --add-dir-header=false
71 If true, adds the file directory to the header
72
73
74 --alsologtostderr=false
75 log to standard error as well as files
76
77
78 --application-metrics-count-limit=100
79 Max number of application metrics to store (per container)
80
81
82 --as=""
83 Username to impersonate for the operation
84
85
86 --as-group=[]
87 Group to impersonate for the operation, this flag can be repeated
88 to specify multiple groups.
89
90
91 --azure-container-registry-config=""
92 Path to the file containing Azure container registry configuration
93 information.
94
95
96 --boot-id-file="/proc/sys/kernel/random/boot_id"
97 Comma-separated list of files to check for boot-id. Use the first
98 one that exists.
99
100
101 --cache-dir="/builddir/.kube/http-cache"
102 Default HTTP cache directory
103
104
105 --certificate-authority=""
106 Path to a cert file for the certificate authority
107
108
109 --client-certificate=""
110 Path to a client certificate file for TLS
111
112
113 --client-key=""
114 Path to a client key file for TLS
115
116
117 --cloud-provider-gce-l7lb-src-cidrs=130.211.0.0/22,35.191.0.0/16
118 CIDRs opened in GCE firewall for L7 LB traffic proxy health checks
119
120
121 --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
122 CIDRs opened in GCE firewall for L4 LB traffic proxy health checks
123
124
125 --cluster=""
126 The name of the kubeconfig cluster to use
127
128
129 --container-hints="/etc/cadvisor/container_hints.json"
130 location of the container hints file
131
132
133 --containerd="/run/containerd/containerd.sock"
134 containerd endpoint
135
136
137 --containerd-namespace="k8s.io"
138 containerd namespace
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
153 unreachable:NoExecute that is added by default to every pod that does
154 not already have such a toleration.
155
156
157 --disable-root-cgroup-stats=false
158 Disable collecting root Cgroup stats
159
160
161 --docker="unix:///var/run/docker.sock"
162 docker endpoint
163
164
165 --docker-env-metadata-whitelist=""
166 a comma-separated list of environment variable keys that needs to
167 be collected for docker containers
168
169
170 --docker-only=false
171 Only report docker containers in addition to root stats
172
173
174 --docker-root="/var/lib/docker"
175 DEPRECATED: docker root is read from docker info (this is a
176 fallback, default: /var/lib/docker)
177
178
179 --docker-tls=false
180 use TLS to connect to docker
181
182
183 --docker-tls-ca="ca.pem"
184 path to trusted CA
185
186
187 --docker-tls-cert="cert.pem"
188 path to client certificate
189
190
191 --docker-tls-key="key.pem"
192 path to private key
193
194
195 --enable-load-reader=false
196 Whether to enable cpu load reader
197
198
199 --event-storage-age-limit="default=0"
200 Max length of time for which to store events (per type). Value is a
201 comma separated list of key values, where the keys are event types
202 (e.g.: creation, oom) or "default" and the value is a duration. Default
203 is applied to all non-specified event types
204
205
206 --event-storage-event-limit="default=0"
207 Max number of events to store (per type). Value is a comma
208 separated list of key values, where the keys are event types (e.g.:
209 creation, oom) or "default" and the value is an integer. Default is
210 applied to all non-specified event types
211
212
213 --global-housekeeping-interval=1m0s
214 Interval between global housekeepings
215
216
217 --housekeeping-interval=10s
218 Interval between container housekeepings
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-backtrace-at=:0
231 when logging hits line file:N, emit a stack trace
232
233
234 --log-cadvisor-usage=false
235 Whether to log the usage of the cAdvisor container
236
237
238 --log-dir=""
239 If non-empty, write log files in this directory
240
241
242 --log-file=""
243 If non-empty, use this log file
244
245
246 --log-file-max-size=1800
247 Defines the maximum size a log file can grow to. Unit is megabytes.
248 If the value is 0, the maximum file size is unlimited.
249
250
251 --log-flush-frequency=5s
252 Maximum number of seconds between log flushes
253
254
255 --logtostderr=true
256 log to standard error instead of files
257
258
259 --machine-id-file="/etc/machine-id,/var/lib/dbus/machine-id"
260 Comma-separated list of files to check for machine-id. Use the
261 first one that exists.
262
263
264 --match-server-version=false
265 Require server version to match client version
266
267
268 -n, --namespace=""
269 If present, the namespace scope for this CLI request
270
271
272 --password=""
273 Password for basic authentication to the API server
274
275
276 --profile="none"
277 Name of profile to capture. One of
278 (none|cpu|heap|goroutine|threadcreate|block|mutex)
279
280
281 --profile-output="profile.pprof"
282 Name of the file to write the profile to
283
284
285 --request-timeout="0"
286 The length of time to wait before giving up on a single server
287 request. Non-zero values should contain a corresponding time unit (e.g.
288 1s, 2m, 3h). A value of zero means don't timeout requests.
289
290
291 -s, --server=""
292 The address and port of the Kubernetes API server
293
294
295 --skip-headers=false
296 If true, avoid header prefixes in the log messages
297
298
299 --skip-log-headers=false
300 If true, avoid headers when opening log files
301
302
303 --stderrthreshold=2
304 logs at or above this threshold go to stderr
305
306
307 --storage-driver-buffer-duration=1m0s
308 Writes in the storage driver will be buffered for this duration,
309 and committed to the non memory backends as a single transaction
310
311
312 --storage-driver-db="cadvisor"
313 database name
314
315
316 --storage-driver-host="localhost:8086"
317 database host:port
318
319
320 --storage-driver-password="root"
321 database password
322
323
324 --storage-driver-secure=false
325 use secure connection with database
326
327
328 --storage-driver-table="stats"
329 table name
330
331
332 --storage-driver-user="root"
333 database username
334
335
336 --tls-server-name=""
337 Server name to use for server certificate validation. If it is not
338 provided, the hostname used to contact the server is used
339
340
341 --token=""
342 Bearer token for authentication to the API server
343
344
345 --update-machine-info-interval=5m0s
346 Interval between machine info updates.
347
348
349 --user=""
350 The name of the kubeconfig user to use
351
352
353 --username=""
354 Username for basic authentication to the API server
355
356
357 -v, --v=0
358 number for the log level verbosity
359
360
361 --version=false
362 Print version information and quit
363
364
365 --vmodule=
366 comma-separated list of pattern=N settings for file-filtered
367 logging
368
369
370
372 # Create a Role named "pod-reader" that allows user to perform "get", "watch" and "list" on pods
373 kubectl create role pod-reader --verb=get --verb=list --verb=watch --resource=pods
374
375 # Create a Role named "pod-reader" with ResourceName specified
376 kubectl create role pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod
377
378 # Create a Role named "foo" with API Group specified
379 kubectl create role foo --verb=get,list,watch --resource=rs.extensions
380
381 # Create a Role named "foo" with SubResource specified
382 kubectl create role foo --verb=get,list,watch --resource=pods,pods/status
383
384
385
386
388 kubectl-create(1),
389
390
391
393 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
394 com) based on the kubernetes source material, but hopefully they have
395 been automatically generated since!
396
397
398
399Eric Paris kubernetes User Manuals KUBERNETES(1)