modify the url of RestartPolicy (#3034)

/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
reviewable/pr3045/r1^2
jianglingxia 2017-03-29 01:38:45 +08:00 committed by Andrew Chen
parent 5ad1c725e0
commit 6ac0388165
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ the same schema as a [pod](/docs/user-guide/pods), except it is nested and does
In addition to required fields for a Pod, a pod template in a job must specify appropriate
labels (see [pod selector](#pod-selector)) and an appropriate restart policy.
Only a [`RestartPolicy`](/docs/user-guide/pod-states/#restartpolicy) equal to `Never` or `OnFailure` is allowed.
Only a [`RestartPolicy`](/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy) equal to `Never` or `OnFailure` is allowed.
### Pod Selector