I'm trying to host some docker windows
based containers in Kubernetes 1.17.9
and unfortunately this version won't respect CPU limit set in pod specification,
Is there any way I can set the CPU limit in the docker
file of the windows containers ?
Windows container's use a fair-share system for resource management and those are more guidelines than hard limits. Please read about the limitations here: