mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #19169 from gmarek/resource-usage
Temporarily increase allowed resources for elasticsearch in density tests
This commit is contained in:
commit
316f8469a7
@ -77,8 +77,9 @@ func density30AddonResourceVerifier() map[string]resourceConstraint {
|
||||
memoryConstraint: 250 * (1024 * 1024),
|
||||
}
|
||||
constraints["elasticsearch-logging"] = resourceConstraint{
|
||||
cpuConstraint: 2,
|
||||
memoryConstraint: 750 * (1024 * 1024),
|
||||
cpuConstraint: 2,
|
||||
// TODO: bring it down to 750MB again, when we lower Kubelet verbosity level. I.e. revert #19164
|
||||
memoryConstraint: 2000 * (1024 * 1024),
|
||||
}
|
||||
constraints["heapster"] = resourceConstraint{
|
||||
cpuConstraint: 2,
|
||||
|
Loading…
Reference in New Issue
Block a user