Commit 3f2e6976 authored by gmarek's avatar gmarek

Increase allowed memory usage for KubeProxy

parent abe5a7d5
......@@ -47,8 +47,8 @@ var allowedUsage = resourceUsagePerContainer{
},
"/kube-proxy": &containerResourceUsage{
CPUUsageInCores: 0.025,
MemoryUsageInBytes: 12000000,
MemoryWorkingSetInBytes: 12000000,
MemoryUsageInBytes: 100000000,
MemoryWorkingSetInBytes: 100000000,
},
"/system": &containerResourceUsage{
CPUUsageInCores: 0.03,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment