mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #100381 from robscott/automated-cherry-pick-of-#99795-release-1.19
Automated cherry pick of #99795: Increasing maximum number of ports allowed in EndpointSlice
This commit is contained in:
commit
bfef9b021a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ var (
|
|||
)
|
||||
maxTopologyLabels = 16
|
||||
maxAddresses = 100
|
||||
maxPorts = 100
|
||||
maxPorts = 20000
|
||||
maxEndpoints = 1000
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue