We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c31b83 commit 2ff1bffCopy full SHA for 2ff1bff
content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
@@ -76,7 +76,7 @@ then paging can slow down performance.
76
You can place bounds on memory use for workloads using the kubelet
77
parameters `--kubelet-reserve` and/or `--system-reserve`; these account
78
for memory usage on the node (outside of containers), and reduce
79
-[NodeAllocatable](/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable)).
+[NodeAllocatable](/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable).
80
As you deploy workloads, set resource limits on containers. This also subtracts from
81
`NodeAllocatable` and prevents the scheduler from adding more pods once a node is full.
82
0 commit comments