Closed argoyle closed 3 weeks ago
Please try 111
kubectl top pod output rc109:
rc111:
Can you explain the screenshots? I don't know much about kubectl output, sorry.
Sorry. 😁 The column with increased numbers is the CPU usage. As you can see there is a 15-20 times increase in CPU at rest. And my autoscaler has decided to scale up to 4 replicas instead of my regular 2.
Please try 112
Better but still a bit higher, about 10 times 109 now:
Numbers look like 109 or am I misinterpreting it?
109 is on 1m, 111 on 25-30m and 112 on 10-15m so still some way off I would say.
Oh, I was looking at Mi, is that Mibibytes memory usage? I have an idea how we can make it 1.
Correct, that's mem-usage. That's been quite constant.
Please test 113 and let me know if it looks fine.
That did the trick. Back down to 1 now. Thanks for quick resolution. ❤️
The new epoll implementation introduced in rc110 increased the CPU-usage quite drastically (my horizontal pod autoscaler was running on max replicas). Reverting back to rc109 puts it back to normal again. Feels like a busy-loop somewhere.