mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Increasing maximum number of ports allowed in EndpointSlice
This commit is contained in:
parent
60a714058b
commit
8bd6b5d15c
@ -40,7 +40,7 @@ var (
|
||||
)
|
||||
maxTopologyLabels = 16
|
||||
maxAddresses = 100
|
||||
maxPorts = 100
|
||||
maxPorts = 20000
|
||||
maxEndpoints = 1000
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user