Questions about resource limit on Windows

I notice that both docker and containerd support limit CPU and memory resource on WIndows.


https://pkg.go.dev/github.com/containerd/containerd@v1.7.3/oci#Spec

so i wonder why kubernetes’ documents say k8s doesnot support this feature?

I think you’re looking at different things. One thing is to limit the CPU and Memory allocation of a container/pod. What you highlighted is the kubelet process on the Windows host, which runs with no restrictions.