fixRestartPolicyLink (#8649)

This commit is contained in:
lovejoy
2018-05-23 06:00:26 +08:00
committed by k8s-ci-robot
parent 7ace5d4e21
commit 602e853131
4 changed files with 4 additions and 5 deletions
@@ -810,7 +810,7 @@ The `.spec.template` is a [pod template](/docs/concepts/workloads/pods/pod-overv
In addition to required fields for a Pod, a pod template in a Deployment must specify appropriate
labels and an appropriate restart policy. For labels, make sure not to overlap with other controllers. See [selector](#selector)).
Only a [`.spec.template.spec.restartPolicy`](/docs/concepts/workloads/pods/pod-lifecycle/) equal to `Always` is
Only a [`.spec.template.spec.restartPolicy`](/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy) equal to `Always` is
allowed, which is the default if not specified.
### Replicas