https://rancher.com/ logo
Title
w

wooden-mechanic-38522

03/23/2023, 2:57 PM
MacBook Pro (16-inch, 2019), MacOS 10.15.7, 2.6 GHz 6-Core Intel Core i7, 16 GB 2667 MHz DDR4 Rancher 1.7.0 After running a pretty intensive docker image (not kubernetes) I have a considerable amount of CPU usage. No containers are running. kernel_task appears to be the problem. What might I have broken?
f

fast-garage-66093

03/23/2023, 6:48 PM
Your
htop
output shows that Rancher Desktop is still running. Maybe you just closed the app window? Is the menu bar icon still there, then run
Quit Rancher Desktop
from it's context menu to really terminate it. Or from the shell run
rdctl shutdown
.
Otherwise, if
rdctl shell
is still working, you could try to install
htop
inside the VM with
sudo apk add htop
and see what processes inside the VM are taking the CPU time
w

wooden-mechanic-38522

03/23/2023, 6:49 PM
Jan, thank you for your response. I'll try your suggestions when I start it back up.
👍 1