mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-31 08:36:16 +00:00
Merge pull request #18137 from gmarek/master
Increase threshold for fluentd CPU usage in density test
This commit is contained in:
@@ -73,7 +73,7 @@ func extractLatencyMetrics(latencies []podLatencyData) LatencyMetric {
|
||||
func density30AddonResourceVerifier() map[string]resourceConstraint {
|
||||
constraints := make(map[string]resourceConstraint)
|
||||
constraints["fluentd-elasticsearch"] = resourceConstraint{
|
||||
cpuConstraint: 0.03,
|
||||
cpuConstraint: 0.1,
|
||||
memoryConstraint: 150 * (1024 * 1024),
|
||||
}
|
||||
constraints["elasticsearch-logging"] = resourceConstraint{
|
||||
|
Reference in New Issue
Block a user