File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -233,11 +233,12 @@ different EndpointSlice objects can arrive at the Kubernetes client watch / cach
233
233
at different times.
234
234
235
235
{{< note >}}
236
- Clients of the EndpointSlice API must be able to handle the situation where
237
- a particular endpoint address appears in more than one slice.
236
+ Clients of the EndpointSlice API must iterate through all the existing EndpointSlices
237
+ associated to a Service and build a complete list of unique network endpoints. It is
238
+ important to mention that endpoints may be duplicated in different EndointSlices.
238
239
239
- You can find a reference implementation for how to perform this endpoint deduplication
240
- as part of the `EndpointSliceCache` code within `kube-proxy`.
240
+ You can find a reference implementation for how to perform this endpoint aggregation
241
+ and deduplication as part of the `EndpointSliceCache` code within `kube-proxy`.
241
242
{{< /note >}}
242
243
243
244
# # Comparison with Endpoints {#motivation}
You can’t perform that action at this time.
0 commit comments