kubernetes/pkg/controller/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
..
config Autogenerated code 2019-10-24 20:21:00 +02:00
BUILD Improve EndpointController dual-stack testing 2020-07-17 15:26:21 -04:00
doc.go Remove explicit nil initialization and correct error string. 2019-01-18 09:29:25 +05:30
endpoints_controller_test.go Improve EndpointController's handling of headless services under dual-stack 2020-07-17 15:26:21 -04:00
endpoints_controller.go Improve EndpointController's handling of headless services under dual-stack 2020-07-17 15:26:21 -04:00
OWNERS Prune inactive owners from pkg/controller/* network related OWNERS files. 2019-10-13 08:50:18 -04:00