enought --> enough

This commit is contained in:
sunlintong 2018-04-04 16:02:39 +08:00
parent 0f3b02203e
commit fbba76dee0
1 changed files with 1 additions and 1 deletions

View File

@ -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`.