Commit Graph

543 Commits

Author SHA1 Message Date
n0vad3v 00658ed48a
Fix typo .spec.succeessPolicy.rules to .spec.successPolicy.rules 2024-04-27 23:10:44 +08:00
Kubernetes Prow Robot 2392759563
Merge pull request #45373 from jjkjjk23/main
Added line to StatefulSet documentation clarifying the need for a suitable pre-existing PersistentVolume.
2024-04-23 08:09:01 -07:00
Jacob Keller 4ec042cd40
Changes formatting of names of API kinds to follow the style guide.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-04-22 09:57:55 -07:00
drewhagen 4c6ba12390 Merge main into dev-1.30 to keep in sync 2024-04-16 15:55:38 -05:00
Kubernetes Prow Robot 76e84cc475
Merge pull request #45880 from fcornelius/patch-1
[en] Fix typo in job.md
2024-04-15 19:53:23 -07:00
Felix Cornelius c5addcc6c2
[en] Fix typo in job.md 2024-04-15 13:45:06 +02:00
Marcelo Giles dba05c9a60
Update cronjobs history limits spec description 2024-04-12 09:48:15 -07:00
Daniel Chan cdf1ed1236 Merge remote-tracking branch 'upstream/main' into dev-1.30
Merge main into dev-1.30 to keep in sync
2024-04-02 10:05:03 -04:00
Yuki Iwai f12b68ab94 KEP-3998: Rephrase JobSuccessPolicy documentations
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 18:41:15 +09:00
Yuki Iwai 74652566e3 KEP-3998: Aldo's second suggestions
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:49:43 +09:00
Yuki Iwai d79de0290a KEP-3998: Clarify the example
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:41:36 +09:00
Yuki Iwai fcdb477aa4 KEP-3998: Mention SuccessCriteriaMet condition
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:34:20 +09:00
Yuki Iwai cec3c3f388 KEP-3998: Apply Aldo's suggestons
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:22:42 +09:00
Yuki Iwai 32fd60c16e KEP-3998: Make the explanation for rules more clarify
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 02:09:25 +09:00
Yuki Iwai 105d90a04b KEP-3998: move section to before Job termination and cleanup
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 01:50:59 +09:00
Yuki Iwai 92a00327bb KEP-3998: Add JobSuccessPolicy Documentation
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-03-26 01:37:15 +09:00
Vyom-Yadav 1eb315a43a
Merge remote-tracking branch 'upstream/main' into dev-1.30 2024-03-15 16:42:11 +05:30
Dipesh Rawat c889d9b251
Add metadata to use mechanism for API reference links 2024-03-14 14:50:24 +00:00
Michal Wozniak 5bc7082bad Make feature gate date driven 2024-03-12 10:04:34 +01:00
Michal Wozniak 0a7baf4595 Improve note for Job managedBy feature 2024-03-11 18:04:08 +01:00
Michal Wozniak 6b1afc274a Review remarks 2024-03-08 17:37:05 +01:00
Michal Wozniak 8f6b617fd9 review remarks 2024-03-07 20:58:44 +01:00
Michal Wozniak 47490b873f Add the information about the managedBy field 2024-03-06 12:39:32 +01:00
Charles Uneze 3ab97977ed
Update replicaset.md 2024-03-05 22:29:58 +01:00
Jacob Keller e86710dbb5 Explains that PVCs work if there's dynamic provisioning or pre-existing volumes. 2024-03-02 10:08:16 -08:00
Charles Uneze 171de11471
Updated image name to have a tag
changed it from nginx to nginx:1.14.2
2024-02-29 20:07:20 +01:00
Charles Uneze 5f48ae0618
Update replicaset.md 2024-02-28 23:45:22 +01:00
Filip Křepinský 3aae2ff837 capitalize Jobs in CronJob doc 2024-01-19 14:53:20 +01:00
Filip Křepinský 19c6cc9ea1 CronJob: improve documentation for Forbid concurrencyPolicy 2024-01-18 19:02:42 +01:00
Kubernetes Prow Robot 9fb6d138d7
Merge pull request #44734 from sftim/20240114_rename_workload_resources
Rename concept section “Workload resources”
2024-01-16 19:56:00 +01:00
Tim Bannister 6160a5e137 Rename concept section
The term “resource“ is much used and often misleads readers; change it
for something else. This section is really about the concepts in
Kubernetes that let you manage your applications / workloads.
2024-01-14 14:20:41 +00:00
sgoldin 934896af12
fix: clarify day of the week in cron job documentation
The cron scheduling syntax documentation was copied from somewhere else, and included an optional part of the spec (sundays can be referenced as 0 or 7) that is not implemented by kubernetes. This is unnecessarily confusing.
2024-01-10 09:24:19 -08:00
Takashiidobe d536e46dbd fix typos 2023-12-24 21:00:53 -05:00
Kubernetes Prow Robot ac0ebfa01e
Merge pull request #43654 from soltysh/tz_validation
Update information about CronJob's unsupported time zone field
2023-11-29 16:16:13 +01:00
Maciej Szulik c7d2933d4c
Update information about CronJob's unsupported time zone field 2023-11-29 11:02:15 +01:00
Chris Henzie c07ce392e4 Graduate ReadWriteOncePod to GA
Included is a task for migrating existing PersistentVolumes to use
ReadWriteOncePod, taken from the alpha blog post.
2023-11-21 09:35:09 -08:00
Oluebube Princes Egbuna f893a19ee6 Resolved merge conflict when merging main into dev-1.29 branch 2023-11-19 16:02:40 +01:00
windsonsea 48d70ed54d Fix a 404 link in job.md 2023-11-15 10:54:46 +08:00
Kat Cosgrove fb1bd2217d
Merge main into dev-1.29 to keep in sync 2023-11-14 21:22:12 +00:00
Kubernetes Prow Robot d0285498d2
Merge pull request #43773 from alculquicondor/job-finalizer-troubleshoot
Troubleshooting for job pod finalizers
2023-11-13 17:19:22 +01:00
Aldo Culquicondor 46df889039
Troubleshooting for job pod finalizers 2023-11-13 11:00:14 -05:00
Aldo Culquicondor 3be75f26fd
Graduate JobPodReplacementPolicy to beta 2023-11-10 14:47:29 -05:00
Todd Neal 6af570122a
add more clarification regarding priorityClassName use with DaemonSet (#40851)
* add more clarification regarding priorityClassName use with DaemonSet

* Update daemonset.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-11-07 03:36:51 +01:00
Michal Wozniak 73731382ba Docs update for Job Backoff Limit Per Index in Beta 2023-11-06 09:47:05 +01:00
Kubernetes Prow Robot 74abcb3227
Merge pull request #42598 from Lucifergene/main
Added Deployment Strategy example in sample deployment
2023-10-09 16:00:59 +02:00
Kenneth J. Miller 1cb5efb1a7 content/en: Fix incorrect letter casing for data storage units
Unit Gib (Gibibit) was used where GiB (Gibibyte) was intended.
2023-09-28 14:34:55 +02:00
hasaki c8319a6262
Update job.md 2023-09-25 16:53:40 +08:00
Kubernetes Prow Robot 4342d134e9
Merge pull request #42822 from RyanAoh/dev
update the range of pod-deletion-cost
2023-09-16 17:28:13 -07:00
Kubernetes Prow Robot 2d9d09fd3f
Merge pull request #42696 from alculquicondor/job-hpc
Update Job as suitable for scientific computing
2023-09-14 07:52:13 -07:00
Aldo Culquicondor f3dfd99576
Update Job as suitable for scientific computing 2023-09-13 10:18:53 -04:00