Commit Graph

590 Commits (issues-48002)

Author SHA1 Message Date
Husni Alhamdani be155f3fda
feat: make rollingUpdate description clearer in deployment.md
feat: make rollingUpdate description clearer in deployment.md
2025-06-18 21:08:48 +07:00
Arvin Ebrahimpour eeb36c7a10
Update replicaset.md 2025-06-11 15:37:37 +02:00
Arvin Ebrahimpour c6f91061b7
Update deployment.md 2025-06-11 15:35:44 +02:00
Arvin Ebrahimpour 4d83be26c7
Fix a typo in deployment.md
Removed the typo "it" in "You can enable this feature it by setting"
2025-06-11 11:09:11 +02:00
Aldo Culquicondor 28f7f11bc3 Update reviewers for scheduling and job controller 2025-05-01 13:23:33 +00:00
Kubernetes Prow Robot 00faadc24c
Merge pull request #50502 from lmktfy/20250326_self_healing
Switch target of landing page "self-healing" feature
2025-04-27 04:39:24 -07:00
Tim Bannister 7ae43e791c
Add note for localization teams 2025-04-15 18:03:35 +01:00
Tim Bannister 350a056f25
Move where landing page self-healing refers to 2025-04-15 18:03:35 +01:00
Michal Wozniak 7883cba788 Improve the BackoffLimitPerIndex docs 2025-04-14 10:21:06 +02:00
Filip Křepinský e4e928f827 update the DeploymentPodReplacementPolicy FG references to DeploymentReplicaSetTerminatingReplicas 2025-03-27 20:36:07 +01:00
Michał Woźniak 0d639b9629
Docs update as we promote JobBackoffLimitPerIndex to stable (#49811)
* Update docs as JobBackoffLimitPerIndex graduates to stable

* Add an example for PodFailurePolicy with FailIndex

* Review remarks

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>

* Review remark - new section and aligning the sections

* Update content/en/docs/tasks/job/pod-failure-policy.md

Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <22591623+sftim@users.noreply.github.com>
2025-03-27 06:06:35 -07:00
Kubernetes Prow Robot 38f74cfc5c
Merge pull request #49807 from tenzen-y/success-policy-ga
KEP-3998: Graduate JobSuccessPolicy to Stable
2025-03-27 04:18:39 -07:00
Kubernetes Prow Robot 0fe29ac3d6
Merge pull request #49896 from atiratree/pod-replacement-policy-docs
[KEP-3973]: document .status.terminatingReplicas enabled by DeploymentPodReplacementPolicy feature
2025-03-26 19:08:39 -07:00
Filip Křepinský def6c590ad Document .status.terminatingReplicas enabled by DeploymentPodReplacementPolicy feature 2025-03-26 17:02:17 +01:00
Yuki Iwai 5870bf3071 KEP-3998: Graduate JobSuccessPolicy to Stable
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2025-03-21 19:59:21 +09:00
Kubernetes Prow Robot 2c5cb62757
Merge pull request #49327 from soltysh/tz_validation
Update information about CronJob's unsupported time zone field
2025-03-05 09:43:46 -08:00
Maciej Szulik d0fa9da4b2
Update information about CronJob's unsupported time zone field
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
2025-02-21 17:51:55 +01:00
adriananeci faaae90b41
Update content/en/docs/concepts/workloads/controllers/deployment.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2025-02-21 16:34:40 +02:00
Adrian Aneci 6a7df0df22 Add note about deployment cleanup policy
Signed-off-by: Adrian Aneci <aneci@adobe.com>
2025-02-21 16:20:47 +02:00
dkarczmarski 3479c002a1 fix: code block typo in deployment.md 2025-01-30 15:40:11 +01:00
dkarczmarski 8bea986525 fix: typo in deployment.md 2025-01-23 06:45:15 +01:00
Janet Kuo 1cf9e71bae Add `batch.kubernetes.io/cronjob-scheduled-timestamp` annotation information to CronJob page
### Description
Add `batch.kubernetes.io/cronjob-scheduled-timestamp` annotation information to CronJob page
 
### Issue
[kubernetes/enhancements#4026](https://github.com/kubernetes/enhancements/issues/4026)
2024-11-26 21:36:51 +00:00
Kubernetes Prow Robot 1ce3733ea2
Merge pull request #48496 from alaypatel07/4017-pod-index-label-ga
[KEP 4017]: add documentation for PodIndexLabel going GA
2024-11-26 00:36:56 +00:00
Alay Patel e73dcd94c6 add documentation for KEP 4017 PodIndexLabel going GA
Signed-off-by: Alay Patel <alayp@nvidia.com>
2024-11-18 22:40:54 -05:00
Kubernetes Prow Robot 919eaa6563
Merge pull request #48484 from mattcary/autodelete-132
KEP-1847 v1.32 stable docs changesAutodelete 132
2024-11-08 00:40:43 +00:00
Matthew Cary 8fe1231306 kep-1847 v1.32 stable changes 2024-10-24 09:41:52 -07:00
Rodolfo Albuquerque 1de1753475 Merge main into dev-1.32 to keep in sync 2024-10-23 23:46:20 -03:00
Michal Wozniak 2c93c92a5d Update docs as JobManagedBy graduates to Beta 2024-10-19 11:37:19 +02:00
Chris McDonnell 4d9b8d0c8c Fix typo of selector-selector 2024-10-14 15:24:16 -04:00
Qiming Teng e6855623c7 Fix some hyperlinks in the markdown files 2024-09-13 09:33:51 +08:00
Linto Paul 62b3266dc9
fixed cron job interpretation in the example (#47652)
* fixed cron job interpretation in the example

the cron job in this example runs on the intersection of 13th of every month and Friday, not the union of these conditions. If the 13th falls on any other day of the week, the job will not run.

* Update cron-jobs.md

new cron example that is more realistic

* Update cron-jobs.md

replaced cron example with a simple one

* Update content/en/docs/concepts/workloads/controllers/cron-jobs.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

---------

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-08-27 16:36:57 +01:00
Artsiom Kaval e694639ae2
Fix a typo in controllers/job.md
A correct name for a framework is Horovod
2024-08-23 22:23:39 +02:00
Kubernetes Prow Robot 6bc8f405ac
Merge pull request #47067 from Ritikaa96/glossary-add-watch
Added watch to glossary
2024-08-22 15:54:11 +01:00
Kubernetes Prow Robot 3c7cbd910e
Merge pull request #46808 from mimowo/managed-by-docs-update
Update the docs for JobManagedBy and JobPodReplacementPolicy related to pod termination
2024-07-29 15:25:50 -07:00
Michał Woźniak 45a47d170f
Graduate Job Pod Failure Policy to stable (#46807)
* Graduate Job Pod Failure Policy to stable

* Update content/en/docs/concepts/workloads/controllers/job.md

Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>

* Break the line after link

---------

Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2024-07-29 11:56:08 -07:00
Michał Woźniak f2b9799061 Review remarks 2 2024-07-29 18:13:34 +02:00
Michal Wozniak 7bf346a1f6 Address review remarks
Co-authored-by: Filip Křepinský <fkrepins@redhat.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-07-29 15:29:15 +02:00
Kubernetes Prow Robot df9b7f1169
Merge pull request #46970 from tenzen-y/beta-graduate-job-success-policy
Update JobSuccessPolicy documentations for the beta graduation
2024-07-25 18:36:06 -07:00
Michal Wozniak 67fe8ed862 Update the docs for JobManagedBy and JobPodReplacementPolicy related to pod termination 2024-07-25 19:07:39 +02:00
Yuki Iwai f6be581921 Update JobSuccessPolicy documentations for the beta graduation
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-07-25 22:14:00 +09:00
Kubernetes Prow Robot 22b1bd067f
Merge pull request #46719 from pwschuurman/kep-3335-stable-docs
Remove StatefulSetStartOrdinal feature gate to target stable in 1.31
2024-07-23 19:44:44 -07:00
Ritikaa96 53dc63aec8 editing as per the reviews.
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2024-07-23 15:13:25 +05:30
Ritikaa96 5053a95f53 Adding glossary tooltip for watch in k/docs
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2024-07-23 15:08:24 +05:30
Peter Schuurman c5205da717 Remove StatefulSetStartOrdinal feature gate to target stable in 1.31 2024-07-08 18:23:20 -07:00
ahg-g cbea62f4c1 Graduate ElasticIndexedJob to GA 2024-06-27 16:22:09 +00:00
MinpengJin 76ec4489c1 Add documentation for LogarithmicScaleDown featuregate 2024-06-19 10:01:41 +08:00
shayan e9c7b069d5 Modify registry.k8s.io/nginx-slim version from 0.8 to 0.24 2024-06-04 11:10:02 +03:30
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