File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
keps/sig-network/3178-iptables-cleanup Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ because it is more of a cleanup/bugfix than a new feature.) We should
352
352
also ensure that kpng gets updated.
353
353
354
354
Kubelet's behavior will not change by default, but if you enable the
355
- ` IPTablesCleanup ` feature gate, then:
355
+ ` IPTablesOwnershipCleanup ` feature gate, then:
356
356
357
357
1 . It will stop creating ` KUBE-MARK-DROP ` , ` KUBE-MARK-MASQ ` ,
358
358
` KUBE-POSTROUTING ` , and ` KUBE-KUBELET-CANARY ` . (` KUBE-FIREWALL `
@@ -518,7 +518,7 @@ This section must be completed when targeting alpha to a release.
518
518
###### How can this feature be enabled / disabled in a live cluster?
519
519
520
520
- [X] Feature gate (also fill in valuesin ` kep.yaml ` )
521
- - Feature gate name: IPTablesCleanup
521
+ - Feature gate name: IPTablesOwnershipCleanup
522
522
- Components depending on the feature gate:
523
523
- kubelet
524
524
@@ -684,6 +684,7 @@ Major milestones might include:
684
684
685
685
- Initial proposal: 2022-01-23
686
686
- Updated: 2022-03-27, 2022-04-29
687
+ - Updated: 2022-07-26 (feature gate rename)
687
688
688
689
## Drawbacks
689
690
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ milestone:
32
32
# The following PRR answers are required at alpha release
33
33
# List the feature gate name and the components for which it must be enabled
34
34
feature-gates :
35
- - name : IPTablesCleanup
35
+ - name : IPTablesOwnershipCleanup
36
36
components :
37
37
- kubelet
38
38
disable-supported : true
You can’t perform that action at this time.
0 commit comments