Skip to content

Commit 2ff1bff

Browse files
Remove extra bracket
1 parent 1c31b83 commit 2ff1bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ then paging can slow down performance.
7676
You can place bounds on memory use for workloads using the kubelet
7777
parameters `--kubelet-reserve` and/or `--system-reserve`; these account
7878
for memory usage on the node (outside of containers), and reduce
79-
[NodeAllocatable](/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable)).
79+
[NodeAllocatable](/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable).
8080
As you deploy workloads, set resource limits on containers. This also subtracts from
8181
`NodeAllocatable` and prevents the scheduler from adding more pods once a node is full.
8282

0 commit comments

Comments
 (0)