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

Fix signal (SIGINT) handling when running kubectl with terminal attached #55

Open
r10r opened this issue Jun 10, 2021 · 0 comments
Open
Assignees
Labels
bug Something isn't working easy Low hanging fruit

Comments

@r10r
Copy link
Contributor

r10r commented Jun 10, 2021

Currently it's not possible to interrupt the following command using Control-C

kubectl run -i --tty ping --image=busybox --restart=Never --rm --privileged=true -- ping github.com

Check if lxcri-init must set the signal mask before executing the container process.
The container process should inherit the signal mask from lxcri-init.
See libc manual - 24.7.3 Process Signal Mask

@r10r r10r self-assigned this Jun 10, 2021
@r10r r10r added bug Something isn't working easy Low hanging fruit labels Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working easy Low hanging fruit
Development

No branches or pull requests

1 participant