From 9dc7cfbebb64e24281755606353cee7dd0b831a2 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Fri, 26 May 2017 10:58:47 +0800 Subject: [PATCH] fix typo fix typo --- docs/concepts/workloads/controllers/jobs-run-to-completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/jobs-run-to-completion.md b/docs/concepts/workloads/controllers/jobs-run-to-completion.md index 88f5e8899f..2bc26940f7 100644 --- a/docs/concepts/workloads/controllers/jobs-run-to-completion.md +++ b/docs/concepts/workloads/controllers/jobs-run-to-completion.md @@ -308,7 +308,7 @@ to keep running, but you want the rest of the pods it creates to use a different pod template and for the job to have a new name. You cannot update the job because these fields are not updatable. Therefore, you delete job `old` but leave its pods -running, using `kubectl delete jobs/old-one --cascade=false`. +running, using `kubectl delete jobs/old --cascade=false`. Before deleting it, you make a note of what selector it uses: ```