mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #60109 from MrHohn/ingress-scale-bump
Automatic merge from submit-queue (batch tested with PRs 59934, 60098, 60103, 60104, 60109). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. [e2e ingress-gce] Bump num of ingresses for scale test **What this PR does / why we need it**: Finally we got enough quota. Bumping num of ingresses for scale test accordingly. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #NONE **Special notes for your reviewer**: /assign @bowei @rramkumar1 **Release note**: ```release-note NONE ```
This commit is contained in:
commit
3cacb31106
@ -32,9 +32,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
numIngressesSmall = 5
|
||||
numIngressesMedium = 20
|
||||
numIngressesLarge = 45
|
||||
numIngressesSmall = 5
|
||||
numIngressesMedium = 20
|
||||
numIngressesLarge = 50
|
||||
numIngressesExtraLarge = 100
|
||||
|
||||
scaleTestIngressNamePrefix = "ing-scale"
|
||||
scaleTestBackendName = "echoheaders-scale"
|
||||
@ -97,6 +98,7 @@ func NewIngressScaleFramework(cs clientset.Interface, ns string, cloudConfig fra
|
||||
numIngressesSmall,
|
||||
numIngressesMedium,
|
||||
numIngressesLarge,
|
||||
numIngressesExtraLarge,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user