-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Fix wc zombie goroutine issue in volume util #39477
Conversation
Can we change the cAdvisor method to a function (it doesn't need the |
Sure. My plan is to replace all of this code with cAdvisor function calls once core metrics are established. |
But I can start here, I guess. |
/lgtm |
@vish, this shouldnt need a release note. |
Automatic merge from submit-queue (batch tested with PRs 39486, 37288, 39477, 39455, 39542) |
@saad-ali, I think this needs to be cherry picked onto 1.5. Can we make that happen? |
Hello! Could you please cherry-pick this fix to 1.4 branch too? We had 30k+ zombie 'wc -l' processes on some nodes last time. |
Commit found in the "release-1.5" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
See Cadvisor #1558. This should solve problems for those using images that do not support "wc".
cc: @timstclair