Commit Graph

15 Commits (9936ea65524e5610abf8dbf7e68e18430eddcc63)

Author SHA1 Message Date
CaoShuFeng cdd25ae6ef update description about cron jobs (#10183)
* update description about cron jobs

Fixes: https://github.com/kubernetes/website/issues/10177

* grammar edits
2018-10-05 15:20:55 -07:00
Eyal Levin 630c39e182 Update jobs link (#10179) 2018-09-03 05:42:23 -07:00
tvshc d480a54d81 Fix sentence style capitalization in title (#9922)
* Fix sentence style capitalization in title

Capitalization of topic title was inconsistent with other titles. Fixed to sentence style capitalization.

* Fix object name

Minor change to nice fix, thank you!
2018-08-20 12:35:25 -07:00
mofelee 99b808298b Update automated-tasks-with-cron-jobs.md (#9810) 2018-08-20 08:53:34 -07:00
Dana Katz 14a995e8a0 Add note about cron job suspend behavior (#9904) 2018-08-20 08:44:43 -07:00
chenhuan c8d2f9d02e fix the command output (#9812)
I have verified on version v1.11
2018-08-11 05:09:54 -07:00
Hesham Massoud 5f7068243d Enhance documentation of .spec.startingDeadlineSeconds (#9296)
* Update cron-jobs.md

* Update automated-tasks-with-cron-jobs.md

* Update cron-jobs.md

* Reword added documentation and add info about error message.

* Fix grammatical typo.

* adjust grammar and punctuation

* adjust grammar and punctuation

* adjust tense
2018-07-18 17:01:42 -07:00
Ben Chelli de230667ca Fix typo (#9418) 2018-07-08 20:28:17 -07: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
A. Ishikawa e2adcde55d Update a command to run correctly for a reader (#9167)
# Issue
The command of jobs does not run correctly if its job already finished.
Some readers may confuse that they can't succeed to run a command to follow this tutorial.
So, we should add `--show-all` option to show pods that may be completed.

# The log to show that we need to add an --show-all option
```
$ kubectl get jobs
NAME               DESIRED   SUCCESSFUL   AGE
busybox            1         0            27d
hello-1529501040   1         1            2m
hello-1529501100   1         1            1m
hello-1529501160   1         1            43s
$ kubectl get pods --selector=job-name=hello-1529501160
No resources found, use --show-all to see completed objects.
$ kubectl get pods --show-all --selector=job-name=hello-1529501160
NAME                     READY     STATUS      RESTARTS   AGE
hello-1529501160-dckjv   0/1       Completed   0          1m
```
2018-06-24 18:41:02 -07:00
Steve Perry 75f00dfc60 Apply templates to all concepts and tasks to fix double bullets in TOC (#9149)
* Apply concept template to fix double bullet issue.

* Apply concept template

* Apply templates to tasks
2018-06-22 11:20:04 -07:00
Nick Birnberg 95a5f2245a Update references to proper subdirectory (#8686) 2018-05-22 22:30:33 -07:00
Steve Perry 73589267a1 Add weights and move files under Tasks > Jobs. (#8623) 2018-05-18 12:51:50 -07:00
Tim McMackin 595e1455ca #4500: Split out tasks in cron jobs docs (#8337)
* first attempt

* Skipping these sections

* cleanup and style

* style

* move schedule info to schedule section

* link to example
2018-05-06 12:01:50 -07:00
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00