Skip to content

Commit 43dc840

Browse files
authored
Merge pull request #3972 from danwinship/kep-3453-to-ga
KEP-3453: MinimizeIPTablesRestore to GA for 1.28
2 parents 3deaece + 972e788 commit 43dc840

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

keps/prod-readiness/sig-network/3453.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ alpha:
66
approver: "@wojtek-t"
77
beta:
88
approver: "@wojtek-t"
9+
stable:
10+
approver: "@wojtek-t"

keps/sig-network/3453-minimize-iptables-restore/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ appropriate code for that.
236236
- No new bugs
237237
- Feature actually improves performance (eg, in the `gce-5000Nodes`
238238
periodic job).
239-
- Additional metrics to distinguish partial and full resync times
240239

241240
#### GA
242241

243242
- No new bugs
243+
- Additional metrics to distinguish partial and full resync times
244244

245245
### Upgrade / Downgrade Strategy
246246

@@ -498,7 +498,8 @@ modes.
498498
- 2022-10-04: Initial KEP merged
499499
- 2022-11-01: Code PR merged
500500
- 2022-11-10: Testing PRs merged; 5000Nodes test begins enabling the feature
501-
- 2022-12-08: Kubernetes 1.26 released
501+
- 2022-12-08: Alpha in Kubernetes 1.26
502+
- 2023-04-11: Beta in Kubernetes 1.27
502503

503504
## Drawbacks
504505

keps/sig-network/3453-minimize-iptables-restore/kep.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ approvers:
1212
- "@thockin"
1313

1414
# The target maturity stage in the current dev cycle for this KEP.
15-
stage: beta
15+
stage: stable
1616

1717
# The most recent milestone for which work toward delivery of this KEP has been
1818
# done. This can be the current (upcoming) milestone, if it is being actively
1919
# worked on.
20-
latest-milestone: "v1.27"
20+
latest-milestone: "v1.28"
2121

2222
# The milestone at which this feature was, or is targeted to be, at each stage.
2323
milestone:
2424
alpha: "v1.26"
2525
beta: "v1.27"
26-
stable:
26+
stable: "v1.28"
2727

2828
# The following PRR answers are required at alpha release
2929
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)