Skip to content

Commit 0425d14

Browse files
committed
KEP-3178: rename feature gate
based on feedback in one of the implementation PRs
1 parent 53a32dc commit 0425d14

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

keps/sig-network/3178-iptables-cleanup/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ because it is more of a cleanup/bugfix than a new feature.) We should
352352
also ensure that kpng gets updated.
353353

354354
Kubelet's behavior will not change by default, but if you enable the
355-
`IPTablesCleanup` feature gate, then:
355+
`IPTablesOwnershipCleanup` feature gate, then:
356356

357357
1. It will stop creating `KUBE-MARK-DROP`, `KUBE-MARK-MASQ`,
358358
`KUBE-POSTROUTING`, and `KUBE-KUBELET-CANARY`. (`KUBE-FIREWALL`
@@ -518,7 +518,7 @@ This section must be completed when targeting alpha to a release.
518518
###### How can this feature be enabled / disabled in a live cluster?
519519

520520
- [X] Feature gate (also fill in valuesin `kep.yaml`)
521-
- Feature gate name: IPTablesCleanup
521+
- Feature gate name: IPTablesOwnershipCleanup
522522
- Components depending on the feature gate:
523523
- kubelet
524524

@@ -684,6 +684,7 @@ Major milestones might include:
684684

685685
- Initial proposal: 2022-01-23
686686
- Updated: 2022-03-27, 2022-04-29
687+
- Updated: 2022-07-26 (feature gate rename)
687688

688689
## Drawbacks
689690

keps/sig-network/3178-iptables-cleanup/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ milestone:
3232
# The following PRR answers are required at alpha release
3333
# List the feature gate name and the components for which it must be enabled
3434
feature-gates:
35-
- name: IPTablesCleanup
35+
- name: IPTablesOwnershipCleanup
3636
components:
3737
- kubelet
3838
disable-supported: true

0 commit comments

Comments
 (0)