Removing "IP" from supported EndpointSlice address types in kube-proxy
This commit is contained in:
@@ -36,7 +36,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var supportedEndpointSliceAddressTypes = sets.NewString(
|
var supportedEndpointSliceAddressTypes = sets.NewString(
|
||||||
string(discovery.AddressTypeIP), // IP is a deprecated address type
|
|
||||||
string(discovery.AddressTypeIPv4),
|
string(discovery.AddressTypeIPv4),
|
||||||
string(discovery.AddressTypeIPv6),
|
string(discovery.AddressTypeIPv6),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user