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
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