mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Removing "IP" from supported EndpointSlice address types in kube-proxy
This commit is contained in:
@@ -36,7 +36,6 @@ import (
|
||||
)
|
||||
|
||||
var supportedEndpointSliceAddressTypes = sets.NewString(
|
||||
string(discovery.AddressTypeIP), // IP is a deprecated address type
|
||||
string(discovery.AddressTypeIPv4),
|
||||
string(discovery.AddressTypeIPv6),
|
||||
)
|
||||
|
Reference in New Issue
Block a user