Skip to content

Commit d6f9be2

Browse files
committed
KEP-2086: update milestone for v1.24 and include GA criteria
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent d9ae32f commit d6f9be2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

keps/sig-network/2086-service-internal-traffic-policy/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ Beta:
167167
* feature gate `ServiceInternalTrafficPolicy` is enabled by default.
168168
* consensus on how internalTrafficPolicy overlaps with topology-aware routing.
169169

170+
GA:
171+
* metrics for if a Service is dropping local traffic due to no endpoints (a.k.a black hole)
172+
* consensus on whether or not "PreferLocal" should be included as a new policy type
173+
170174
### Upgrade / Downgrade Strategy
171175

172176
* The `trafficPolicy` field will be off by default during the alpha stage but can handle any existing Services that has the field already set.

keps/sig-network/2086-service-internal-traffic-policy/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ stage: beta
2323
# The most recent milestone for which work toward delivery of this KEP has been
2424
# done. This can be the current (upcoming) milestone, if it is being actively
2525
# worked on.
26-
latest-milestone: "v1.22"
26+
latest-milestone: "v1.24"
2727

2828
# The milestone at which this feature was, or is targeted to be, at each stage.
2929
milestone:
3030
alpha: "v1.21"
3131
beta: "v1.22"
32-
stable: "v1.23"
32+
stable: "v1.25"
3333

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

0 commit comments

Comments
 (0)