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:
Kubernetes Prow Robot 2021-03-23 13:04:42 -07:00 committed by GitHub
commit bfef9b021a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ var (
)
maxTopologyLabels = 16
maxAddresses = 100
maxPorts = 100
maxPorts = 20000
maxEndpoints = 1000
)