kubernetes/pkg/controller/endpointslice
Enrique Llorente 697ea476e2 svc: Support pods with same address
If different pods with same address are exposed by the same service if
some of the endpointslices endpoints are overwriten. This change add the
pod name to the hash function to ensure that all the endpoints are in
place.

Signed-off-by: Enrique Llorente <ellorent@redhat.com>
2023-02-23 11:37:57 +01:00
..
config generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
metrics pkg/controller: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-11-23 17:40:23 +02:00
topologycache pkg/controller: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-11-23 17:40:23 +02:00
endpointslice_controller_test.go svc: Support pods with same address 2023-02-23 11:37:57 +01:00
endpointslice_controller.go Do not create endpoints if service of type ExternalName (#114814) 2023-01-18 03:12:34 -08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
reconciler_test.go pkg/controller: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-11-23 17:40:23 +02:00
reconciler.go Remove unused numExistingEndpoints variable 2022-11-23 00:54:50 +00:00
utils_test.go pkg/controller: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-11-23 17:40:23 +02:00
utils.go pkg/controller/endpointslice: remove all references to the EndpointSliceTerminatingCondition feature gate 2022-11-03 20:26:51 -04:00