Skip to content

Commit 4c26929

Browse files
authored
Merge pull request #30261 from marosset/windows-limits-updates
Remove outdated section stating Windows does not support CPU limits
2 parents 88cec41 + bf6ab95 commit 4c26929

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -499,13 +499,6 @@ passed from the Kubernetes components (kubelet, kube-proxy) are unchanged.
499499
The following list documents differences between how Pod container specifications
500500
work between Windows and Linux:
501501

502-
* `limits.cpu` and `limits.memory` - Windows doesn't use hard limits
503-
for CPU allocations. Instead, a share system is used.
504-
The fields based on millicores are scaled into
505-
relative shares that are followed by the Windows scheduler
506-
See [`kuberuntime/helpers_windows.go`](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers_windows.go),
507-
and [Implementing resource controls for Windows containers](https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/resource-controls)
508-
in Microsoft's virtualization documentation.
509502
* Huge pages are not implemented in the Windows container
510503
runtime, and are not available. They require [asserting a user
511504
privilege](https://docs.microsoft.com/en-us/windows/desktop/Memory/large-page-support)

0 commit comments

Comments
 (0)