Update jobs-run-to-completion.md

fix typo
This commit is contained in:
XsWack
2017-08-10 14:51:34 +08:00
committed by GitHub
parent 1be8ef6513
commit 13b6ea0707
@@ -291,7 +291,7 @@ unique to the pods of that job, and which matches unrelated pods, then pods of t
job may be deleted, or this job may count other pods as completing it, or one or both
of the jobs may refuse to create pods or run to completion. If a non-unique selector is
chosen, then other controllers (e.g. ReplicationController) and their pods may behave
in unpredicatable ways too. Kubernetes will not stop you from making a mistake when
in unpredictable ways too. Kubernetes will not stop you from making a mistake when
specifying `spec.selector`.
Here is an example of a case when you might want to use this feature.