Skip to content

Commit be73aad

Browse files
authored
Merge pull request #4954 from sjenning/update-image-gc-default
update image gc default value
2 parents 12b0a91 + 3f17dd0 commit be73aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin_guide/garbage_collection.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ settings into consideration:
121121

122122
|`*image-gc-high-threshold*`
123123
|The percent of disk usage (expressed as an integer) which triggers image
124-
garbage collection. The default is *90*.
124+
garbage collection. The default is *85*.
125125

126126
|`*image-gc-low-threshold*`
127127
|The percent of disk usage (expressed as an integer) to which image garbage
@@ -138,7 +138,7 @@ it does not already exist:
138138
----
139139
kubeletArguments:
140140
image-gc-high-threshold:
141-
- "90"
141+
- "85"
142142
image-gc-low-threshold:
143143
- "80"
144144
----

0 commit comments

Comments
 (0)