1OC ADM POLICY(1)                   June 2016                  OC ADM POLICY(1)
2
3
4

NAME

6       oc  adm policy add-cluster-role-to-group - Add a role to groups for all
7       projects in the cluster
8
9
10

SYNOPSIS

12       oc adm policy add-cluster-role-to-group [OPTIONS]
13
14
15

DESCRIPTION

17       Add a role to groups for the current project
18
19
20       This command creates or modifies a ClusterRoleBinding  with  the  named
21       cluster  role by adding the named group(s) to the list of subjects. The
22       command does not require the matching role or group resources exist and
23       will create the binding successfully even when the role or group do not
24       exist or when the user does not have access to view them.
25
26
27       If the --rolebinding-name argument is supplied, it  will  look  for  an
28       existing  clusterrolebinding  with  that name. The role on the matching
29       clusterrolebinding MUST match the role name supplied to the command. If
30       no rolebinding name is given, a default name will be used.
31
32
33

OPTIONS

35       --allow-missing-template-keys=true
36           If  true, ignore any errors in templates when a field or map key is
37       missing in the template. Only applies to  golang  and  jsonpath  output
38       formats.
39
40
41       --dry-run=false
42           If  true, only print the object that would be sent, without sending
43       it.
44
45
46       --no-headers=false
47           When using the default or custom-column output format, don't  print
48       headers (default print headers).
49
50
51       -o, --output=""
52           Output  format. One of: json|yaml|wide|name|custom-columns=...|cus‐
53       tom-columns-file=...|go-template=...|go-template-file=...|json‐
54       path=...|jsonpath-file=...   See   custom   columns   [  ⟨http://kuber
55       netes.io/docs/user-guide/kubectl-overview/#custom-columns⟩],     golang
56       template   [  ⟨http://golang.org/pkg/text/template/#pkg-overview⟩]  and
57       jsonpath template [ ⟨http://kubernetes.io/docs/user-guide/jsonpath⟩].
58
59
60       --rolebinding-name=""
61           Name of the rolebinding to modify or create. If left empty  creates
62       a new rolebinding with a default name
63
64
65       --show-labels=false
66           When  printing,  show  all  labels as the last column (default hide
67       labels column)
68
69
70       --sort-by=""
71           If non-empty, sort list types using this field specification.   The
72       field  specification  is  expressed  as  a  JSONPath  expression  (e.g.
73       '{.metadata.name}'). The field in the API resource  specified  by  this
74       JSONPath expression must be an integer or a string.
75
76
77       --template=""
78           Template  string  or  path  to template file to use when -o=go-tem‐
79       plate, -o=go-template-file. The template format is golang  templates  [
80http://golang.org/pkg/text/template/#pkg-overview⟩].
81
82
83

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

333       oc-adm-policy(1),
334
335
336

HISTORY

338       June 2016, Ported from the Kubernetes man-doc generator
339
340
341
342Openshift                  Openshift CLI User Manuals         OC ADM POLICY(1)
Impressum