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