File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
keps/sig-network/2086-service-internal-traffic-policy Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ Beta:
167
167
* feature gate ` ServiceInternalTrafficPolicy ` is enabled by default.
168
168
* consensus on how internalTrafficPolicy overlaps with topology-aware routing.
169
169
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
+
170
174
### Upgrade / Downgrade Strategy
171
175
172
176
* The ` trafficPolicy ` field will be off by default during the alpha stage but can handle any existing Services that has the field already set.
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ stage: beta
23
23
# The most recent milestone for which work toward delivery of this KEP has been
24
24
# done. This can be the current (upcoming) milestone, if it is being actively
25
25
# worked on.
26
- latest-milestone : " v1.22 "
26
+ latest-milestone : " v1.24 "
27
27
28
28
# The milestone at which this feature was, or is targeted to be, at each stage.
29
29
milestone :
30
30
alpha : " v1.21"
31
31
beta : " v1.22"
32
- stable : " v1.23 "
32
+ stable : " v1.25 "
33
33
34
34
# The following PRR answers are required at alpha release
35
35
# List the feature gate name and the components for which it must be enabled
You can’t perform that action at this time.
0 commit comments