mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Temporarily increase allowed resources for elasticsearch in density tests
This commit is contained in:
parent
0154b244ee
commit
2887aff3da
@ -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