-
Notifications
You must be signed in to change notification settings - Fork 555
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
Remove zombie process crontab #1169
Conversation
Can you describe the situation in detail? Thanks |
If some pod in cluster create zombie process,and doesnot handle it, then grep ppid will lead to the dockershim process, that's happening in our online cluster! |
Can we get around it by adding filter conditions to this command? |
May be the fix can avoid this issue, but z process does not affect in many situation, so i'm not sure if flannel or dns pod make z process, for example, this cmd can handle these? |
Yes, some zombie processes may be killed by mistake. |
/lgtm |
LGTM label has been added. Git tree hash: 3f041b2cecc2fbd64632f1c7172b35ff3c5b78b1
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pixiake, yuzhiquan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Remove zombie process crontab, in some situation, this cron will kill dockershim and make pod recreated
Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.: