We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Debugging is currently not straight forward when lxcri is started through crio.
lxcri
crio
lxcri inspect
Proposal: Use annotations to control debugging. This should work per invocation and without the need to access the target node.
kubectl run -i --tty ping --annotations org.linuxcontainers.lxcri.Debug \ --image=busybox --restart=Never --rm --privileged=true -- ping -c100 192.168.1.206
If the annotation org.linuxcontainers.lxcri.Debug is set we could:
org.linuxcontainers.lxcri.Debug
The text was updated successfully, but these errors were encountered:
r10r
No branches or pull requests
Debugging is currently not straight forward when
lxcri
is started throughcrio
.lxcri
invocations.lxcri inspect
has to be done on the scheduling node.Proposal: Use annotations to control debugging. This should work per invocation and without the
need to access the target node.
If the annotation
org.linuxcontainers.lxcri.Debug
is set we could:The text was updated successfully, but these errors were encountered: