Skip to content

Commit 30482e9

Browse files
Make feature gate for sig-apps/2255-pod-cost consistent with docs
The feature gate name for pod deletion cost was mentioned as ReplicaSetPodDeletionCost. According to the docs and https://github.com/kubernetes/kubernetes/blob/9f7e079a5b0fc689aa7847ec8e5e189cac93c033/pkg/features/kube_features.go#L617 the feature gate name should be PodDeletionCost. Signed-off-by: Madhav Jivrajani <[email protected]>
1 parent 0ec64c8 commit 30482e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keps/sig-apps/2255-pod-cost/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ N/A
169169

170170
* **How can this feature be enabled / disabled in a live cluster?**
171171
- [x] Feature gate (also fill in values in `kep.yaml`)
172-
- Feature gate name: ReplicaSetPodDeletionCost
172+
- Feature gate name: PodDeletionCost
173173
- Components depending on the feature gate: kube-controller-manager
174174
- [ ] Other
175175
- Describe the mechanism:

keps/sig-apps/2255-pod-cost/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ milestone:
3838
# The following PRR answers are required at alpha release
3939
# List the feature gate name and the components for which it must be enabled
4040
feature-gates:
41-
- name: ReplicaSetPodDeletionCost
41+
- name: PodDeletionCost
4242
components:
4343
- kube-controller-manager
4444
disable-supported: true

0 commit comments

Comments
 (0)