Skip to content

Commit a72f889

Browse files
Fix Docs lints
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent c383e40 commit a72f889

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/reference/gc-commandline-reference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ Print version and exit.
3333

3434
### -list-size
3535

36-
The pagination size to use when calling api-server to list nodefeatures.
37-
Pagination is useful for controlling the load on api-server/etcd as the nodefeature resources can be large.
36+
The pagination size to use when calling api-server to list nodefeatures.
37+
Pagination is useful for controlling the load on api-server/etcd as the
38+
nodefeature resources can be large.
3839
A value of 0 will disable pagination.
3940

4041
Default: 200

docs/usage/nfd-gc.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ for altering the nfd-gc configuration.
3030

3131
## List Pagination & Scalability
3232

33-
When NFD GC runs up it lists nodefeatures from api-server.
34-
These resources can be large and in a large cluster this initial list call to sync the informer cache can be
35-
expensive and heavy on api-server/etcd. You can use the `list-size` argument to control pagination size
33+
When NFD GC starts up it lists nodefeatures from api-server.
34+
These resources can be large and in a large cluster this initial list call to
35+
sync the informer cache can be expensive and heavy on api-server/etcd.
36+
You can use the `list-size` argument to control pagination size
3637
to help control the load from this list.

0 commit comments

Comments
 (0)