diff --git a/docs/node_resource_handling.md b/docs/node_resource_handling.md index d16d615336..2d67ff618a 100644 --- a/docs/node_resource_handling.md +++ b/docs/node_resource_handling.md @@ -109,7 +109,7 @@ But, it seems fitting to recommend the following: bursting at the same time. 4. Increase eviction thresholds if they are too low - while extreme utilization is ideal, it might be too close to the edge such that the system doesn't have - enought time to reclaim resources via evictions if the resource increases + enough time to reclaim resources via evictions if the resource increases within that window rapidly. 5. Reserve resources for system components once you've been able to profile your nodes i.e. `kube-reserved` and `system-reserved`.