Merge pull request #24446 from phumberdroz/node-the

Fix grammar mistake in Nodes.md
pull/24460/head
Kubernetes Prow Robot 2020-10-09 16:04:47 -07:00 committed by GitHub
commit c4bee6eda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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