ChooseHostInterface() can choose IPv6 which is not valid for the master #7716
Closed
Description
The master sets its endpoints into the 'kubernetes' service, but endpoints can only be IPv4 today. So ChooseHostInterface() should either not return an IPv6 address, or we should allow endpoints to be IPv6.