|
| 1 | +.TH "OC CREATE" "1" " Openshift CLI User Manuals" "Openshift" "June 2016" "" |
| 2 | + |
| 3 | + |
| 4 | +.SH NAME |
| 5 | +.PP |
| 6 | +oc create clusterresourcequota \- Create cluster resource quota resource. |
| 7 | + |
| 8 | + |
| 9 | +.SH SYNOPSIS |
| 10 | +.PP |
| 11 | +\fBoc create clusterresourcequota\fP [OPTIONS] |
| 12 | + |
| 13 | + |
| 14 | +.SH DESCRIPTION |
| 15 | +.PP |
| 16 | +Create a cluster resource quota that controls certain resources. |
| 17 | + |
| 18 | +.PP |
| 19 | +Cluster resource quota objects defined quota restrictions that span multiple projects based on label selectors. |
| 20 | + |
| 21 | + |
| 22 | +.SH OPTIONS |
| 23 | +.PP |
| 24 | +\fB\-\-hard\fP=[] |
| 25 | + The resource to constrain: RESOURCE=QUANTITY (pods=10) |
| 26 | + |
| 27 | +.PP |
| 28 | +\fB\-o\fP, \fB\-\-output\fP="" |
| 29 | + Output mode. Use "\-o name" for shorter output (resource/name). |
| 30 | + |
| 31 | +.PP |
| 32 | +\fB\-\-project\-selector\fP="" |
| 33 | + The project selector for the cluster resource quota |
| 34 | + |
| 35 | + |
| 36 | +.SH OPTIONS INHERITED FROM PARENT COMMANDS |
| 37 | +.PP |
| 38 | +\fB\-\-api\-version\fP="" |
| 39 | + DEPRECATED: The API version to use when talking to the server |
| 40 | + |
| 41 | +.PP |
| 42 | +\fB\-\-as\fP="" |
| 43 | + Username to impersonate for the operation. |
| 44 | + |
| 45 | +.PP |
| 46 | +\fB\-\-certificate\-authority\fP="" |
| 47 | + Path to a cert. file for the certificate authority. |
| 48 | + |
| 49 | +.PP |
| 50 | +\fB\-\-client\-certificate\fP="" |
| 51 | + Path to a client certificate file for TLS. |
| 52 | + |
| 53 | +.PP |
| 54 | +\fB\-\-client\-key\fP="" |
| 55 | + Path to a client key file for TLS. |
| 56 | + |
| 57 | +.PP |
| 58 | +\fB\-\-cluster\fP="" |
| 59 | + The name of the kubeconfig cluster to use |
| 60 | + |
| 61 | +.PP |
| 62 | +\fB\-\-config\fP="" |
| 63 | + Path to the config file to use for CLI requests. |
| 64 | + |
| 65 | +.PP |
| 66 | +\fB\-\-context\fP="" |
| 67 | + The name of the kubeconfig context to use |
| 68 | + |
| 69 | +.PP |
| 70 | +\fB\-\-google\-json\-key\fP="" |
| 71 | + The Google Cloud Platform Service Account JSON Key to use for authentication. |
| 72 | + |
| 73 | +.PP |
| 74 | +\fB\-\-insecure\-skip\-tls\-verify\fP=false |
| 75 | + If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure. |
| 76 | + |
| 77 | +.PP |
| 78 | +\fB\-\-log\-flush\-frequency\fP=0 |
| 79 | + Maximum number of seconds between log flushes |
| 80 | + |
| 81 | +.PP |
| 82 | +\fB\-\-match\-server\-version\fP=false |
| 83 | + Require server version to match client version |
| 84 | + |
| 85 | +.PP |
| 86 | +\fB\-n\fP, \fB\-\-namespace\fP="" |
| 87 | + If present, the namespace scope for this CLI request. |
| 88 | + |
| 89 | +.PP |
| 90 | +\fB\-\-server\fP="" |
| 91 | + The address and port of the Kubernetes API server |
| 92 | + |
| 93 | +.PP |
| 94 | +\fB\-\-token\fP="" |
| 95 | + Bearer token for authentication to the API server. |
| 96 | + |
| 97 | +.PP |
| 98 | +\fB\-\-user\fP="" |
| 99 | + The name of the kubeconfig user to use |
| 100 | + |
| 101 | + |
| 102 | +.SH EXAMPLE |
| 103 | +.PP |
| 104 | +.RS |
| 105 | + |
| 106 | +.nf |
| 107 | + # Create an cluster resource quota limited to 10 pods |
| 108 | + oc create clusterresourcequota limit\-bob \-\-project\-selector=openshift.io/requester=user\-bob \-\-hard=pods=10 |
| 109 | + |
| 110 | +.fi |
| 111 | +.RE |
| 112 | + |
| 113 | + |
| 114 | +.SH SEE ALSO |
| 115 | +.PP |
| 116 | +\fBoc\-create(1)\fP, |
| 117 | + |
| 118 | + |
| 119 | +.SH HISTORY |
| 120 | +.PP |
| 121 | +June 2016, Ported from the Kubernetes man\-doc generator |
0 commit comments