fix typo
This commit is contained in:
chenhuan12
2017-05-26 10:58:47 +08:00
committed by Andrew Chen
parent 6ab0577e3e
commit 9dc7cfbebb
@@ -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:
```