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
In latest version of lockc we can observer new issue:
mjura@gecko:~/lockc> kubectl exec -ti myapp-57654f69bc-gdbmc -- bash error: Internal error occurred: error executing command in container: failed to exec in container: failed to start exec "654039d5bb775cac6e717e909241b4f63fca71fae92be6031e54ba8638a16576": OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: process_linux.go:99: starting setns process caused: fork/exec /proc/self/exe: operation not permitted: unknown
How to reproduce it:
kubectl create deployment test --image=nginx
kubectl exec -ti test-<POD_NAME> -- sh
error: Internal error occurred: error executing command in container: failed to exec in container: failed to start exec "654039d5bb775cac6e717e909241b4f63fca71fae92be6031e54ba8638a16576": OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: process_linux.go:99: starting setns process caused: fork/exec /proc/self/exe: operation not permitted: unknown
The text was updated successfully, but these errors were encountered:
vadorovsky
No branches or pull requests
In latest version of lockc we can observer new issue:
How to reproduce it:
kubectl create deployment test --image=nginx
kubectl exec -ti test-<POD_NAME> -- sh
The text was updated successfully, but these errors were encountered: