From 0183af49800b3e898ac5133986c300c60cb5317a Mon Sep 17 00:00:00 2001 From: Pierre Humberdroz Date: Fri, 9 Oct 2020 14:19:25 +0200 Subject: [PATCH] Fix grammar mistake --- content/en/docs/concepts/architecture/nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/nodes.md b/content/en/docs/concepts/architecture/nodes.md index b1e1f0dc24..180b4ca9c4 100644 --- a/content/en/docs/concepts/architecture/nodes.md +++ b/content/en/docs/concepts/architecture/nodes.md @@ -261,7 +261,7 @@ a Lease object. #### Reliability - In most cases, node controller limits the eviction rate to + In most cases, the node controller limits the eviction rate to `--node-eviction-rate` (default 0.1) per second, meaning it won't evict pods from more than 1 node per 10 seconds.