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