mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +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
@ -78,7 +78,8 @@ func density30AddonResourceVerifier() map[string]resourceConstraint {
|
|||||||
}
|
}
|
||||||
constraints["elasticsearch-logging"] = resourceConstraint{
|
constraints["elasticsearch-logging"] = resourceConstraint{
|
||||||
cpuConstraint: 2,
|
cpuConstraint: 2,
|
||||||
memoryConstraint: 750 * (1024 * 1024),
|
// TODO: bring it down to 750MB again, when we lower Kubelet verbosity level. I.e. revert #19164
|
||||||
|
memoryConstraint: 2000 * (1024 * 1024),
|
||||||
}
|
}
|
||||||
constraints["heapster"] = resourceConstraint{
|
constraints["heapster"] = resourceConstraint{
|
||||||
cpuConstraint: 2,
|
cpuConstraint: 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user