Update cron-jobs.md (#5116)

modify "." of the sentence
This commit is contained in:
Anthony
2017-08-23 07:43:21 +08:00
committed by Steve Perry
parent 2645a13cf1
commit 0c95b4dd84
@@ -129,7 +129,7 @@ job "hello-1202039034" deleted
Once the jobs are deleted, the pods created by them are deleted as well. Note that all jobs created by cron
job "hello" will be prefixed "hello-". You can delete them at once with `kubectl delete jobs --all`, if you want to
delete all jobs in the current namespace (not just the ones created by "hello".)
delete all jobs in the current namespace (not just the ones created by "hello").
## Cron Job Limitations