Thomas Guettler
|
7122a4498a
|
fix busybox image to 1.28 (issues with `nslookup`).
Changes where done with these commands:
reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples
reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples
Related issues:
https://github.com/docker-library/busybox/issues/48
https://github.com/kubernetes/kubernetes/issues/66924
|
2022-03-02 20:48:26 +01:00 |
Tammer Saleh
|
19845f593e
|
The `schedule: "*/1 * * * *"` is the same as "* * * * *"
|
2021-12-29 00:19:02 +00:00 |
Maciej Szulik
|
dba902447c
|
Update docs for CronJob GA
|
2021-03-26 16:51:42 +01:00 |
Miguel Angel Garcia
|
a6eb08d778
|
fix cronjob code for examples
|
2021-02-11 12:24:35 +01:00 |
Zhang Yong
|
f979037143
|
CronJob example should include imagePullPolicy: IfNotPresent
|
2020-11-30 10:19:00 +08:00 |
Qiming
|
48897cc47d
|
Consolidate YAML files [part-7] (#9262)
* Consolidate YAML files [part-7]
This PR relocates YAML files used by Job/CronJob examples.
* Update examples_test.go
|
2018-07-02 13:54:17 -07:00 |