-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS Big Sur killing skaffold process -- violates CPU wakes limit #5161
Comments
Very odd @vinceferro! Could you provide some more details please? Does this happen immediately on every run, or just sometimes? What were you doing? Could you include some debug logs ( This error message isn't new to Big Sur — I found several references to "violating a CPU wakes limit" going back to 2018. One report tied this to use of JAMF/SentinelOne.com. Do you have some anti-virus or file watcher running? Do you have frequent file changes going on? |
hi @briandealwis, it happens as soon a little after the deploy phase starts, on the execution it's at this stage: Anyways, there is the debug log, thanks for the help! |
There's a lot of work happening in parallel according to your logs. Could you try making Skaffold run the build sequentially by altering your Did this happen with previous versions of Skaffold? Did you only notice this with the update to BigSur? |
Same, I've tried with concurrency 1 but still no luck deploying. I think it started happening with skaffold v1.17.2, but really a lot changed.. For some reasons, with skaffold dev it doesn't happen to get the sigkill.. Mistery 😅 |
It was kubectl version, I downgraded it from v1.20 to v1.7.4! |
@vinceferro thanks for the update. 1.7.4 is pretty old, so you might be better off using the version corresponding to your kubernetes cluster. I've since upgraded my personal laptop to Big Sur, and I'm unable to reproduce this problem with the officially provided
|
hey @bryanlarsen, just to give you more context, this is only happening with our fairly big application, with other smaller one this isn't happening.
|
I'm baffled — your debug log only shows I'll leave this open in case others have a similar issue and can shed some light. |
I had the same issue, this is my environment: OS X Catalina (10.15.7) Command + output:
Resolved by downloading the latest kubectl (1.21) from the official site (curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl") The common denominator seems to be kubectl 1.20 from homebrew |
Expected behavior
Skaffold run should deploy correctly
Actual behavior
The process gets killed by the OS, i can see warnings in the console saying skaffold is waking up the CPU too often
Information
The text was updated successfully, but these errors were encountered: