You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-network/2086-service-internal-traffic-policy/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ Beta:
168
168
* consensus on how internalTrafficPolicy overlaps with topology-aware routing.
169
169
170
170
GA:
171
-
* metrics for if a Service is dropping local traffic due to no endpoints (a.k.a black hole)
171
+
* metrics for total number of Services that are dropping local traffic (kubeproxy/sync_proxy_rules_blackhole_total) due to no endpoints (a.k.a black hole).
172
172
* consensus on whether or not "PreferLocal" should be included as a new policy type
173
173
174
174
### Upgrade / Downgrade Strategy
@@ -242,9 +242,7 @@ _This section must be completed when targeting beta graduation to a release._
242
242
***How can an operator determine if the feature is in use by workloads?**
243
243
244
244
* Check Service to see if `internalTrafficPolicy` is set to `Local`.
245
-
* A per-node "blackhole" metric will be added to kube-proxy which represent Services that are being intentionally dropped (internalTrafficPolicy=Local and no endpoints).
246
-
247
-
TODO: add metric name once it's decided
245
+
* A per-node "blackhole" metric will be added to kube-proxy which represent Services that are being intentionally dropped (internalTrafficPolicy=Local and no endpoints). The metric will be named `kubeproxy/sync_proxy_rules/blackhole_total` (subject to rename).
248
246
249
247
***What are the SLIs (Service Level Indicators) an operator can use to determine
0 commit comments