We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b0a91 + 3f17dd0 commit be73aadCopy full SHA for be73aad
admin_guide/garbage_collection.adoc
@@ -121,7 +121,7 @@ settings into consideration:
121
122
|`*image-gc-high-threshold*`
123
|The percent of disk usage (expressed as an integer) which triggers image
124
-garbage collection. The default is *90*.
+garbage collection. The default is *85*.
125
126
|`*image-gc-low-threshold*`
127
|The percent of disk usage (expressed as an integer) to which image garbage
@@ -138,7 +138,7 @@ it does not already exist:
138
----
139
kubeletArguments:
140
image-gc-high-threshold:
141
- - "90"
+ - "85"
142
image-gc-low-threshold:
143
- "80"
144
0 commit comments