diff --git a/pkg/proxy/endpoints.go b/pkg/proxy/endpoints.go index fdbe1315be2..0de805dc2c1 100644 --- a/pkg/proxy/endpoints.go +++ b/pkg/proxy/endpoints.go @@ -36,7 +36,6 @@ import ( ) var supportedEndpointSliceAddressTypes = sets.NewString( - string(discovery.AddressTypeIP), // IP is a deprecated address type string(discovery.AddressTypeIPv4), string(discovery.AddressTypeIPv6), )