Skip to content

Commit e4e928f

Browse files
committed
update the DeploymentPodReplacementPolicy FG references to DeploymentReplicaSetTerminatingReplicas
1 parent 0d639b9 commit e4e928f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/en/docs/concepts/workloads/controllers/deployment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1329,9 +1329,9 @@ a Pod is considered ready, see [Container Probes](/docs/concepts/workloads/pods/
13291329

13301330
### Terminating Pods
13311331

1332-
{{< feature-state feature_gate_name="DeploymentPodReplacementPolicy" >}}
1332+
{{< feature-state feature_gate_name="DeploymentReplicaSetTerminatingReplicas" >}}
13331333

1334-
You can enable this feature it by setting the `DeploymentPodReplacementPolicy`
1334+
You can enable this feature it by setting the `DeploymentReplicaSetTerminatingReplicas`
13351335
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
13361336
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/)
13371337
and on the [kube-controller-manager](/docs/reference/command-line-tools-reference/kube-controller-manager/)

content/en/docs/concepts/workloads/controllers/replicaset.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@ ReplicaSets do not support a rolling update directly.
322322

323323
### Terminating Pods
324324

325-
{{< feature-state feature_gate_name="DeploymentPodReplacementPolicy" >}}
325+
{{< feature-state feature_gate_name="DeploymentReplicaSetTerminatingReplicas" >}}
326326

327-
You can enable this feature it by setting the `DeploymentPodReplacementPolicy`
327+
You can enable this feature it by setting the `DeploymentReplicaSetTerminatingReplicas`
328328
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
329329
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/)
330330
and on the [kube-controller-manager](/docs/reference/command-line-tools-reference/kube-controller-manager/)

content/en/docs/reference/command-line-tools-reference/feature-gates/deployment-pod-replacement-policy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: DeploymentPodReplacementPolicy
2+
title: DeploymentReplicaSetTerminatingReplicas
33
content_type: feature_gate
44
_build:
55
list: never

0 commit comments

Comments
 (0)