From 2ff1bffa3d7e3200e724588f21ef7f43618e6091 Mon Sep 17 00:00:00 2001 From: Madhav Budhiraja Date: Tue, 23 Nov 2021 23:56:41 +0530 Subject: [PATCH] Remove extra bracket --- .../windows/intro-windows-in-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md b/content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md index c2160e330f..31b3252330 100644 --- a/content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md +++ b/content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md @@ -76,7 +76,7 @@ then paging can slow down performance. You can place bounds on memory use for workloads using the kubelet parameters `--kubelet-reserve` and/or `--system-reserve`; these account for memory usage on the node (outside of containers), and reduce -[NodeAllocatable](/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable)). +[NodeAllocatable](/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable). As you deploy workloads, set resource limits on containers. This also subtracts from `NodeAllocatable` and prevents the scheduler from adding more pods once a node is full.