-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Feature Request: enable CONFIG_PROC_CHILDREN
kernel configuration option for the VirtualBox VM
#14351
Comments
/kind support |
Hi @rm3l, thank you for your issue, I'm happy to accept a PR that enables the configuration option. |
Thanks for your feedback, @spowelljr ! I'll look into this when I get some time. |
Hi @rm3l, are you still interested in working on this issue? |
@klaases Yeah definitely. I opened up a PR (#14689) a few months back to fix this issue. It has already been approved, but I am not sure what remains to be done from my standpoint. That was the point of my question asked in #14689 (comment) a few days ago. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
What Happened?
Hi there!
We have an existing tool that runs in containers and relies on the
/proc
pseudo-filesystem to retrieve children processes of any given parent process. It leverages the/proc/[pid]/task/[tid]/children
file, the presence of which is governed by aCONFIG_PROC_CHILDREN
kernel config option on the host running those containers [1]While this works great on most environments, we tested recently with Minikube (using the VirtualBox driver), and noticed that this file was missing because the kernel of the Minikube VirtualBox VM surprisingly does not set this config:
We worked around this by building a custom minikube ISO, but I was wondering if it wouldn't make more sense to have this set as a default config instead.
If you think this makes sense, I can happily try to contribute a PR :-)
Thanks.
[1] https://man7.org/linux/man-pages/man5/proc.5.html
Attach the log file
log.txt
Operating System
Redhat/Fedora
Driver
VirtualBox
The text was updated successfully, but these errors were encountered: