Setting --cpus in docker driver requires CONFIG_CFS_BANDWIDTH in kernel #9248
Labels
co/docker-driver
Issues related to kubernetes in container
kind/bug
Categorizes issue or PR as related to a bug.
os/linux
priority/backlog
Higher priority than priority/awaiting-more-evidence.
If you are running on a kernel without all the Completely Fair Scheduler (CFS) config enabled, using
--cpus
will fail:NanoCPUs can not be set, as your kernel does not support CPU cfs period/quota or the cgroup is not mounted
We should look if this feature is supported, and just run minikube without the cpu throttling (without
--cpus
) if it is not.Similar to what we do for --memory-swap
The text was updated successfully, but these errors were encountered: