fixRestartPolicyLink (#8649)
This commit is contained in:
@@ -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
|
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)).
|
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.
|
allowed, which is the default if not specified.
|
||||||
|
|
||||||
### Replicas
|
### Replicas
|
||||||
|
|||||||
@@ -864,7 +864,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
|
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)).
|
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.
|
allowed, which is the default if not specified.
|
||||||
|
|
||||||
### Replicas
|
### Replicas
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ labels and an appropriate restart policy.
|
|||||||
|
|
||||||
For labels, make sure to not overlap with other controllers. For more information, see [pod selector](#pod-selector).
|
For labels, make sure to not overlap with other controllers. For more information, see [pod selector](#pod-selector).
|
||||||
|
|
||||||
For [restart policy](/docs/concepts/workloads/pods/pod-lifecycle/), the only allowed value for `.spec.template.spec.restartPolicy` is `Always`, which is the default.
|
For [restart policy](/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy), the only allowed value for `.spec.template.spec.restartPolicy` is `Always`, which is the default.
|
||||||
|
|
||||||
For local container restarts, ReplicaSet delegates to an agent on the node,
|
For local container restarts, ReplicaSet delegates to an agent on the node,
|
||||||
for example the [Kubelet](/docs/admin/kubelet/) or Docker.
|
for example the [Kubelet](/docs/admin/kubelet/) or Docker.
|
||||||
|
|||||||
@@ -116,8 +116,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 ReplicationController must specify appropriate
|
In addition to required fields for a Pod, a pod template in a ReplicationController must specify appropriate
|
||||||
labels and an appropriate restart policy. For labels, make sure not to overlap with other controllers. See [pod selector](#pod-selector).
|
labels and an appropriate restart policy. For labels, make sure not to overlap with other controllers. See [pod selector](#pod-selector).
|
||||||
|
|
||||||
Only a [`.spec.template.spec.restartPolicy`](/docs/concepts/workloads/pods/pod-lifecycle/) equal to `Always` is allowed, which is the default
|
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.
|
||||||
if not specified.
|
|
||||||
|
|
||||||
For local container restarts, ReplicationControllers delegate to an agent on the node,
|
For local container restarts, ReplicationControllers delegate to an agent on the node,
|
||||||
for example the [Kubelet](/docs/admin/kubelet/) or Docker.
|
for example the [Kubelet](/docs/admin/kubelet/) or Docker.
|
||||||
|
|||||||
Reference in New Issue
Block a user