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 the Contiv/VPP CI, we sporadically see the following issue by executing kubectl exec ...:
kubectl exec ...
OCI runtime exec failed: exec failed: container_linux.go:348: starting container process caused "process_linux.go:90: adding pid 12012 to cgroups caused \"failed to write 12012 to cgroup.procs: write /sys/fs/cgroup/cpu,cpuacct/kubepods/besteffort/podeb5707e6-cb5b-11e8-9c69-024d82c4d587/8f696a77036051847f87e9b0dd86d0ff44ec03073e5baebc199fe9d1fd8fe607/cgroup.procs: invalid argument\"": unknown
This started to appear on Ubuntu 18.04. No issues with Ubuntu 16.04.
The text was updated successfully, but these errors were encountered:
The root cause seems to be opencontainers/runc#1884
Sorry, something went wrong.
still present on k8s 1.14.2
No branches or pull requests
In the Contiv/VPP CI, we sporadically see the following issue by executing
kubectl exec ...
:This started to appear on Ubuntu 18.04. No issues with Ubuntu 16.04.
The text was updated successfully, but these errors were encountered: