File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
keps/sig-apps/2255-pod-cost Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 169
169
170
170
* ** How can this feature be enabled / disabled in a live cluster?**
171
171
- [x] Feature gate (also fill in values in ` kep.yaml ` )
172
- - Feature gate name: ReplicaSetPodDeletionCost
172
+ - Feature gate name: PodDeletionCost
173
173
- Components depending on the feature gate: kube-controller-manager
174
174
- [ ] Other
175
175
- Describe the mechanism:
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ milestone:
38
38
# The following PRR answers are required at alpha release
39
39
# List the feature gate name and the components for which it must be enabled
40
40
feature-gates :
41
- - name : ReplicaSetPodDeletionCost
41
+ - name : PodDeletionCost
42
42
components :
43
43
- kube-controller-manager
44
44
disable-supported : true
You can’t perform that action at this time.
0 commit comments