Update reserve-compute-resources.md

add "." to the sentence
This commit is contained in:
Anthony
2017-08-16 20:54:37 +08:00
committed by Andrew Chen
parent 7cc9c4b873
commit 6b0db5ff90
@@ -151,7 +151,7 @@ The scheduler treats `Allocatable` as the available `capacity` for pods.
`kubelet` enforce `Allocatable` across pods by default. Enforcement is performed
by evicting pods whenever the overall usage across all pods exceeds
`Allocatable`. More details on eviction policy can be found
[here](./out-of-resource.md#eviction-policy) This enforcement is controlled by
[here](./out-of-resource.md#eviction-policy). This enforcement is controlled by
specifying `pods` value to the kubelet flag `--enforce-node-allocatable`.