1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubectl create quota - Create a quota with the specified name.
7
8
9
11 kubectl create quota [OPTIONS]
12
13
14
16 Create a resourcequota with the specified name, hard limits and
17 optional scopes
18
19
20
22 --allow-missing-template-keys=true
23 If true, ignore any errors in templates when a field or map key is
24 missing in the template. Only applies to golang and jsonpath output
25 formats.
26
27
28 --dry-run=false
29 If true, only print the object that would be sent, without sending
30 it.
31
32
33 --generator="resourcequotas/v1"
34 The name of the API generator to use.
35
36
37 --hard=""
38 A comma-delimited set of resource=quantity pairs that define a hard
39 limit.
40
41
42 -o, --output=""
43 Output format. One of: json|yaml|name|go-template|go-tem‐
44 plate-file|template|templatefile|jsonpath|jsonpath-file.
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 --scopes=""
55 A comma-delimited set of quota scopes that must all match each
56 object tracked by the quota.
57
58
59 --template=""
60 Template string or path to template file to use when -o=go-tem‐
61 plate, -o=go-template-file. The template format is golang templates [
62 ⟨http://golang.org/pkg/text/template/#pkg-overview⟩].
63
64
65 --validate=true
66 If true, use a schema to validate the input before sending it
67
68
69
71 --alsologtostderr=false
72 log to standard error as well as files
73
74
75 --application-metrics-count-limit=100
76 Max number of application metrics to store (per container)
77
78
79 --as=""
80 Username to impersonate for the operation
81
82
83 --as-group=[]
84 Group to impersonate for the operation, this flag can be repeated
85 to specify multiple groups.
86
87
88 --azure-container-registry-config=""
89 Path to the file containing Azure container registry configuration
90 information.
91
92
93 --boot-id-file="/proc/sys/kernel/random/boot_id"
94 Comma-separated list of files to check for boot-id. Use the first
95 one that exists.
96
97
98 --cache-dir="/builddir/.kube/http-cache"
99 Default HTTP cache directory
100
101
102 --certificate-authority=""
103 Path to a cert file for the certificate authority
104
105
106 --client-certificate=""
107 Path to a client certificate file for TLS
108
109
110 --client-key=""
111 Path to a client key file for TLS
112
113
114 --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
115 CIDRs opened in GCE firewall for LB traffic proxy health checks
116
117
118 --cluster=""
119 The name of the kubeconfig cluster to use
120
121
122 --container-hints="/etc/cadvisor/container_hints.json"
123 location of the container hints file
124
125
126 --containerd="unix:///var/run/containerd.sock"
127 containerd endpoint
128
129
130 --context=""
131 The name of the kubeconfig context to use
132
133
134 --default-not-ready-toleration-seconds=300
135 Indicates the tolerationSeconds of the toleration for
136 notReady:NoExecute that is added by default to every pod that does not
137 already have such a toleration.
138
139
140 --default-unreachable-toleration-seconds=300
141 Indicates the tolerationSeconds of the toleration for unreach‐
142 able:NoExecute that is added by default to every pod that does not
143 already have such a toleration.
144
145
146 --docker="unix:///var/run/docker.sock"
147 docker endpoint
148
149
150 --docker-env-metadata-whitelist=""
151 a comma-separated list of environment variable keys that needs to
152 be collected for docker containers
153
154
155 --docker-only=false
156 Only report docker containers in addition to root stats
157
158
159 --docker-root="/var/lib/docker"
160 DEPRECATED: docker root is read from docker info (this is a fall‐
161 back, default: /var/lib/docker)
162
163
164 --docker-tls=false
165 use TLS to connect to docker
166
167
168 --docker-tls-ca="ca.pem"
169 path to trusted CA
170
171
172 --docker-tls-cert="cert.pem"
173 path to client certificate
174
175
176 --docker-tls-key="key.pem"
177 path to private key
178
179
180 --enable-load-reader=false
181 Whether to enable cpu load reader
182
183
184 --event-storage-age-limit="default=0"
185 Max length of time for which to store events (per type). Value is a
186 comma separated list of key values, where the keys are event types
187 (e.g.: creation, oom) or "default" and the value is a duration. Default
188 is applied to all non-specified event types
189
190
191 --event-storage-event-limit="default=0"
192 Max number of events to store (per type). Value is a comma sepa‐
193 rated list of key values, where the keys are event types (e.g.: cre‐
194 ation, oom) or "default" and the value is an integer. Default is
195 applied to all non-specified event types
196
197
198 --global-housekeeping-interval=1m0s
199 Interval between global housekeepings
200
201
202 --housekeeping-interval=10s
203 Interval between container housekeepings
204
205
206 --insecure-skip-tls-verify=false
207 If true, the server's certificate will not be checked for validity.
208 This will make your HTTPS connections insecure
209
210
211 --kubeconfig=""
212 Path to the kubeconfig file to use for CLI requests.
213
214
215 --log-backtrace-at=:0
216 when logging hits line file:N, emit a stack trace
217
218
219 --log-cadvisor-usage=false
220 Whether to log the usage of the cAdvisor container
221
222
223 --log-dir=""
224 If non-empty, write log files in this directory
225
226
227 --log-file=""
228 If non-empty, use this log file
229
230
231 --log-flush-frequency=5s
232 Maximum number of seconds between log flushes
233
234
235 --logtostderr=true
236 log to standard error instead of files
237
238
239 --machine-id-file="/etc/machine-id,/var/lib/dbus/machine-id"
240 Comma-separated list of files to check for machine-id. Use the
241 first one that exists.
242
243
244 --match-server-version=false
245 Require server version to match client version
246
247
248 --mesos-agent="127.0.0.1:5051"
249 Mesos agent address
250
251
252 --mesos-agent-timeout=10s
253 Mesos agent timeout
254
255
256 -n, --namespace=""
257 If present, the namespace scope for this CLI request
258
259
260 --password=""
261 Password for basic authentication to the API server
262
263
264 --profile="none"
265 Name of profile to capture. One of (none|cpu|heap|goroutine|thread‐
266 create|block|mutex)
267
268
269 --profile-output="profile.pprof"
270 Name of the file to write the profile to
271
272
273 --request-timeout="0"
274 The length of time to wait before giving up on a single server
275 request. Non-zero values should contain a corresponding time unit (e.g.
276 1s, 2m, 3h). A value of zero means don't timeout requests.
277
278
279 -s, --server=""
280 The address and port of the Kubernetes API server
281
282
283 --skip-headers=false
284 If true, avoid header prefixes in the log messages
285
286
287 --stderrthreshold=2
288 logs at or above this threshold go to stderr
289
290
291 --storage-driver-buffer-duration=1m0s
292 Writes in the storage driver will be buffered for this duration,
293 and committed to the non memory backends as a single transaction
294
295
296 --storage-driver-db="cadvisor"
297 database name
298
299
300 --storage-driver-host="localhost:8086"
301 database host:port
302
303
304 --storage-driver-password="root"
305 database password
306
307
308 --storage-driver-secure=false
309 use secure connection with database
310
311
312 --storage-driver-table="stats"
313 table name
314
315
316 --storage-driver-user="root"
317 database username
318
319
320 --token=""
321 Bearer token for authentication to the API server
322
323
324 --user=""
325 The name of the kubeconfig user to use
326
327
328 --username=""
329 Username for basic authentication to the API server
330
331
332 -v, --v=0
333 log level for V logs
334
335
336 --version=false
337 Print version information and quit
338
339
340 --vmodule=
341 comma-separated list of pattern=N settings for file-filtered log‐
342 ging
343
344
345
347 # Create a new resourcequota named my-quota
348 kubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,persistentvolumeclaims=10
349
350 # Create a new resourcequota named best-effort
351 kubectl create quota best-effort --hard=pods=100 --scopes=BestEffort
352
353
354
355
357 kubectl-create(1),
358
359
360
362 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
363 com) based on the kubernetes source material, but hopefully they have
364 been automatically generated since!
365
366
367
368Eric Paris kubernetes User Manuals KUBERNETES(1)