Skip to content
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

KNE should set Kernel core pattern and unify the core pattern path on the host #444

Open
nitinsoniism opened this issue Oct 13, 2023 · 0 comments

Comments

@nitinsoniism
Copy link
Contributor

KNE should unify the Kernel core pattern for containers so that containers can mount the host's core pattern path (or Kind Node's core pattern path) in the container at a desired path. This will help containers see the core dumps on the host. NOS CLI commands that display core dumps will work seamlessly. It will be better if containers can have a choice for them to be able to mount the core path on the host to a path of their choice in the container so that the containers don't require any additional change.
Maybe a common Node interface implementation that parses the Kernel core pattern and returns the path that the vendor layer can use. Dumping the core directly in the container appears to be distro dependent hence this unification may help.

KNE should also set the "ulimit -c unlimited" allowing apps in the container to dump core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant