Skip to content

Commit ab0e336

Browse files
authored
Merge pull request kubernetes#2868 from MadhavJivrajani/pod-del-cost-fg
Make feature gate for sig-apps/2255-pod-cost consistent with docs
2 parents 74e769d + 30482e9 commit ab0e336

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)