mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 17:29:00 +00:00
doc: correct member 'the the -> the' (two 'the' member into one 'the' member)
This commit is contained in:
@@ -53,7 +53,7 @@ with the docker leaking issues would be appreciated.
|
|||||||
kubernetes manages lifecycle of all images through imageManager, with the cooperation
|
kubernetes manages lifecycle of all images through imageManager, with the cooperation
|
||||||
of cadvisor.
|
of cadvisor.
|
||||||
The policy for garbage collecting images we apply takes two factors into consideration,
|
The policy for garbage collecting images we apply takes two factors into consideration,
|
||||||
`HighThresholdPercent` and `LowThresholdPercent`. Disk usage above the the high threshold
|
`HighThresholdPercent` and `LowThresholdPercent`. Disk usage above the high threshold
|
||||||
will trigger garbage collection, which attempts to delete unused images until the low
|
will trigger garbage collection, which attempts to delete unused images until the low
|
||||||
threshold is met. Least recently used images are deleted first.
|
threshold is met. Least recently used images are deleted first.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user