From a2654c126a0fd44bfbf52ed0e18ae3f68ba67e7d Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Wed, 16 Mar 2016 15:32:54 -0700 Subject: [PATCH] spell a numeral --- docs/user-guide/jobs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/jobs.md b/docs/user-guide/jobs.md index e2fd8a8a2c..494caf91d8 100644 --- a/docs/user-guide/jobs.md +++ b/docs/user-guide/jobs.md @@ -11,7 +11,7 @@ As pods successfully complete, the _job_ tracks the successful completions. Whe of successful completions is reached, the job itself is complete. Deleting a Job will cleanup the pods it created. -A simple case is to create 1 Job object in order to reliably run one Pod to completion. +A simple case is to create one Job object in order to reliably run one Pod to completion. The Job object will start a new Pod if the first pod fails or is deleted (for example due to a node hardware failure or a node reboot). @@ -342,4 +342,4 @@ similar functionality will be supported. ## Future work Support for creating Jobs at specified times/dates (i.e. cron) is expected in the next minor -release. \ No newline at end of file +release.