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
Hi,
I run into issue that specific elastic-search CRDs are unable to run, because Minikube is internally using runc v 1.0.2.
Linux kernel 4.11 introduced RDMA cgroup controller, but support for that controller is available since runc v 1.1.x
More on my system setup, problem explanation and workaround that I use is here
I would appreciate if you can update runc version, so I dont have to resort to my personal patched base image for minikube.
Cheers.
Ondřej
log.txt
Other
Docker
The text was updated successfully, but these errors were encountered:
The runc and containerd were provided by docker, so it was setting the versions to use with each release.
It might change in the future, now that it is not supported as much as a container runtime.
Sorry, something went wrong.
Docker 20.10.15 updated to runc 1.1.1 (and containerd to 1.6.4)
https://docs.docker.com/engine/release-notes/#201015
Fixed:
No branches or pull requests
What Happened?
Hi,
I run into issue that specific elastic-search CRDs are unable to run, because Minikube is internally using runc v 1.0.2.
Linux kernel 4.11 introduced RDMA cgroup controller, but support for that controller is available since runc v 1.1.x
More on my system setup, problem explanation and workaround that I use is here
I would appreciate if you can update runc version, so I dont have to resort to my personal patched base image for minikube.
Cheers.
Ondřej
Attach the log file
log.txt
Operating System
Other
Driver
Docker
The text was updated successfully, but these errors were encountered: