kubernetes/pkg/controller/util/endpoint
Dan Winship e46572ef4b Improve EndpointController's handling of headless services under dual-stack
EndpointController was accidentally requiring all headless services to
be IPv4-only in clusters with IPv6DualStack enabled.

This still leaves "legacy" (ie, IPFamily-less) headless services as
always IPv4-only because the controller doesn't currently have easy
access to the information that would allow it to fix that.
(EndpointSliceController had the same problem already, and still
does.) This can be fixed, if needed, by manually setting IPFamily,
and the proposed API for 1.20 will handle this situation better.
2020-07-17 15:26:21 -04:00
..
BUILD Improve EndpointController's handling of headless services under dual-stack 2020-07-17 15:26:21 -04:00
controller_utils_test.go Fix Endpoint/EndpointSlice pod change detection 2020-07-17 15:22:59 -04:00
controller_utils.go Improve EndpointController's handling of headless services under dual-stack 2020-07-17 15:26:21 -04:00
OWNERS Adding owners file for Endpoint controller utils 2019-10-29 11:01:49 -07:00
trigger_time_tracker_test.go
trigger_time_tracker.go