commit
5abb1466f0
|
@ -233,11 +233,12 @@ different EndpointSlice objects can arrive at the Kubernetes client watch / cach
|
||||||
at different times.
|
at different times.
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
Clients of the EndpointSlice API must be able to handle the situation where
|
Clients of the EndpointSlice API must iterate through all the existing EndpointSlices
|
||||||
a particular endpoint address appears in more than one slice.
|
associated to a Service and build a complete list of unique network endpoints. It is
|
||||||
|
important to mention that endpoints may be duplicated in different EndointSlices.
|
||||||
|
|
||||||
You can find a reference implementation for how to perform this endpoint deduplication
|
You can find a reference implementation for how to perform this endpoint aggregation
|
||||||
as part of the `EndpointSliceCache` code within `kube-proxy`.
|
and deduplication as part of the `EndpointSliceCache` code within `kube-proxy`.
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
## Comparison with Endpoints {#motivation}
|
## Comparison with Endpoints {#motivation}
|
||||||
|
|
Loading…
Reference in New Issue