1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubectl create priorityclass - Create a priorityclass with the
7       specified name.
8
9
10

SYNOPSIS

12       kubectl create priorityclass [OPTIONS]
13
14
15

DESCRIPTION

17       Create a priorityclass with the specified name, value, globalDefault
18       and description
19
20
21

OPTIONS

23       --allow-missing-template-keys=true
24           If true, ignore any errors in templates when a field or map key is
25       missing in the template. Only applies to golang and jsonpath output
26       formats.
27
28
29       --description=""
30           description is an arbitrary string that usually provides guidelines
31       on when this priority class should be used.
32
33
34       --dry-run="none"
35           Must be "none", "server", or "client". If client strategy, only
36       print the object that would be sent, without sending it. If server
37       strategy, submit server-side request without persisting the resource.
38
39
40       --generator="priorityclass/v1"
41           The name of the API generator to use.
42
43
44       --global-default=false
45           global-default specifies whether this PriorityClass should be
46       considered as the default priority.
47
48
49       -o, --output=""
50           Output format. One of:
51       json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-file.
52
53
54       --preemption-policy=""
55           preemption-policy is the policy for preempting pods with lower
56       priority.
57
58
59       --save-config=false
60           If true, the configuration of current object will be saved in its
61       annotation. Otherwise, the annotation will be unchanged. This flag is
62       useful when you want to perform kubectl apply on this object in the
63       future.
64
65
66       --template=""
67           Template string or path to template file to use when
68       -o=go-template, -o=go-template-file. The template format is golang
69       templates [ ⟨http://golang.org/pkg/text/template/#pkg-overview⟩].
70
71
72       --validate=true
73           If true, use a schema to validate the input before sending it
74
75
76       --value=0
77           the value of this priority class.
78
79
80

OPTIONS INHERITED FROM PARENT COMMANDS

82       --add-dir-header=false
83           If true, adds the file directory to the header
84
85
86       --alsologtostderr=false
87           log to standard error as well as files
88
89
90       --application-metrics-count-limit=100
91           Max number of application metrics to store (per container)
92
93
94       --as=""
95           Username to impersonate for the operation
96
97
98       --as-group=[]
99           Group to impersonate for the operation, this flag can be repeated
100       to specify multiple groups.
101
102
103       --azure-container-registry-config=""
104           Path to the file containing Azure container registry configuration
105       information.
106
107
108       --boot-id-file="/proc/sys/kernel/random/boot_id"
109           Comma-separated list of files to check for boot-id. Use the first
110       one that exists.
111
112
113       --cache-dir="/builddir/.kube/http-cache"
114           Default HTTP cache directory
115
116
117       --certificate-authority=""
118           Path to a cert file for the certificate authority
119
120
121       --client-certificate=""
122           Path to a client certificate file for TLS
123
124
125       --client-key=""
126           Path to a client key file for TLS
127
128
129       --cloud-provider-gce-l7lb-src-cidrs=130.211.0.0/22,35.191.0.0/16
130           CIDRs opened in GCE firewall for L7 LB traffic proxy  health checks
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 L4 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="/run/containerd/containerd.sock"
146           containerd endpoint
147
148
149       --containerd-namespace="k8s.io"
150           containerd namespace
151
152
153       --context=""
154           The name of the kubeconfig context to use
155
156
157       --default-not-ready-toleration-seconds=300
158           Indicates the tolerationSeconds of the toleration for
159       notReady:NoExecute that is added by default to every pod that does not
160       already have such a toleration.
161
162
163       --default-unreachable-toleration-seconds=300
164           Indicates the tolerationSeconds of the toleration for
165       unreachable:NoExecute that is added by default to every pod that does
166       not already have such a toleration.
167
168
169       --disable-root-cgroup-stats=false
170           Disable collecting root Cgroup stats
171
172
173       --docker="unix:///var/run/docker.sock"
174           docker endpoint
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
188       fallback, default: /var/lib/docker)
189
190
191       --docker-tls=false
192           use TLS to connect to docker
193
194
195       --docker-tls-ca="ca.pem"
196           path to trusted CA
197
198
199       --docker-tls-cert="cert.pem"
200           path to client certificate
201
202
203       --docker-tls-key="key.pem"
204           path to private key
205
206
207       --enable-load-reader=false
208           Whether to enable cpu load reader
209
210
211       --event-storage-age-limit="default=0"
212           Max length of time for which to store events (per type). Value is a
213       comma separated list of key values, where the keys are event types
214       (e.g.: creation, oom) or "default" and the value is a duration. Default
215       is applied to all non-specified event types
216
217
218       --event-storage-event-limit="default=0"
219           Max number of events to store (per type). Value is a comma
220       separated list of key values, where the keys are event types (e.g.:
221       creation, oom) or "default" and the value is an integer. Default is
222       applied to all non-specified event types
223
224
225       --global-housekeeping-interval=1m0s
226           Interval between global housekeepings
227
228
229       --housekeeping-interval=10s
230           Interval between container housekeepings
231
232
233       --insecure-skip-tls-verify=false
234           If true, the server's certificate will not be checked for validity.
235       This will make your HTTPS connections insecure
236
237
238       --kubeconfig=""
239           Path to the kubeconfig file to use for CLI requests.
240
241
242       --log-backtrace-at=:0
243           when logging hits line file:N, emit a stack trace
244
245
246       --log-cadvisor-usage=false
247           Whether to log the usage of the cAdvisor container
248
249
250       --log-dir=""
251           If non-empty, write log files in this directory
252
253
254       --log-file=""
255           If non-empty, use this log file
256
257
258       --log-file-max-size=1800
259           Defines the maximum size a log file can grow to. Unit is megabytes.
260       If the value is 0, the maximum file size is unlimited.
261
262
263       --log-flush-frequency=5s
264           Maximum number of seconds between log flushes
265
266
267       --logtostderr=true
268           log to standard error instead of files
269
270
271       --machine-id-file="/etc/machine-id,/var/lib/dbus/machine-id"
272           Comma-separated list of files to check for machine-id. Use the
273       first one that exists.
274
275
276       --match-server-version=false
277           Require server version to match client version
278
279
280       -n, --namespace=""
281           If present, the namespace scope for this CLI request
282
283
284       --password=""
285           Password for basic authentication to the API server
286
287
288       --profile="none"
289           Name of profile to capture. One of
290       (none|cpu|heap|goroutine|threadcreate|block|mutex)
291
292
293       --profile-output="profile.pprof"
294           Name of the file to write the profile to
295
296
297       --request-timeout="0"
298           The length of time to wait before giving up on a single server
299       request. Non-zero values should contain a corresponding time unit (e.g.
300       1s, 2m, 3h). A value of zero means don't timeout requests.
301
302
303       -s, --server=""
304           The address and port of the Kubernetes API server
305
306
307       --skip-headers=false
308           If true, avoid header prefixes in the log messages
309
310
311       --skip-log-headers=false
312           If true, avoid headers when opening log files
313
314
315       --stderrthreshold=2
316           logs at or above this threshold go to stderr
317
318
319       --storage-driver-buffer-duration=1m0s
320           Writes in the storage driver will be buffered for this duration,
321       and committed to the non memory backends as a single transaction
322
323
324       --storage-driver-db="cadvisor"
325           database name
326
327
328       --storage-driver-host="localhost:8086"
329           database host:port
330
331
332       --storage-driver-password="root"
333           database password
334
335
336       --storage-driver-secure=false
337           use secure connection with database
338
339
340       --storage-driver-table="stats"
341           table name
342
343
344       --storage-driver-user="root"
345           database username
346
347
348       --tls-server-name=""
349           Server name to use for server certificate validation. If it is not
350       provided, the hostname used to contact the server is used
351
352
353       --token=""
354           Bearer token for authentication to the API server
355
356
357       --update-machine-info-interval=5m0s
358           Interval between machine info updates.
359
360
361       --user=""
362           The name of the kubeconfig user to use
363
364
365       --username=""
366           Username for basic authentication to the API server
367
368
369       -v, --v=0
370           number for the log level verbosity
371
372
373       --version=false
374           Print version information and quit
375
376
377       --vmodule=
378           comma-separated list of pattern=N settings for file-filtered
379       logging
380
381
382

EXAMPLE

384                # Create a priorityclass named high-priority
385                kubectl create priorityclass high-priority --value=1000 --description="high priority"
386
387                # Create a priorityclass named default-priority that considered as the global default priority
388                kubectl create priorityclass default-priority --value=1000 --global-default=true --description="default priority"
389
390                # Create a priorityclass named high-priority that can not preempt pods with lower priority
391                kubectl create priorityclass high-priority --value=1000 --description="high priority" --preemption-policy="Never"
392
393
394
395

SEE ALSO

397       kubectl-create(1),
398
399
400

HISTORY

402       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
403       com) based on the kubernetes source material, but hopefully they have
404       been automatically generated since!
405
406
407
408Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum