Merge pull request #4729 from wackxu/patch-16

Update jobs-run-to-completion.md
pull/4704/merge
Andrew Chen 2017-08-10 10:35:30 -07:00 committed by GitHub
commit 30ac1561a2
1 changed files with 1 additions and 1 deletions

View File

@ -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.