@@ -146,10 +146,10 @@ regardless of disk usage. This is a kubelet setting that you configure for each
146
146
147
147
To configure the setting, enable the ` ImageMaximumGCAge `
148
148
[ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) for the kubelet,
149
- and also set a value for the ` ImageMaximumGCAge ` field in the kubelet configuration file.
149
+ and also set a value for the ` imageMaximumGCAge ` field in the kubelet configuration file.
150
150
151
151
The value is specified as a Kubernetes _ duration_ ;
152
- Valid time units for the ` ImageMaximumGCAge ` field in the kubelet configuration file are:
152
+ Valid time units for the ` imageMaximumGCAge ` field in the kubelet configuration file are:
153
153
- "ns" for nanoseconds
154
154
- "us" or "µs" for microseconds
155
155
- "ms" for milliseconds
@@ -163,7 +163,7 @@ which means 12 hours and 45 minutes.
163
163
{{< note >}}
164
164
This feature does not track image usage across kubelet restarts. If the kubelet
165
165
is restarted, the tracked image age is reset, causing the kubelet to wait the full
166
- ` ImageMaximumGCAge ` duration before qualifying images for garbage collection
166
+ ` imageMaximumGCAge ` duration before qualifying images for garbage collection
167
167
based on image age.
168
168
{{< /note>}}
169
169
@@ -208,4 +208,4 @@ configure garbage collection:
208
208
209
209
* Learn more about [ ownership of Kubernetes objects] ( /docs/concepts/overview/working-with-objects/owners-dependents/ ) .
210
210
* Learn more about Kubernetes [ finalizers] ( /docs/concepts/overview/working-with-objects/finalizers/ ) .
211
- * Learn about the [ TTL controller] ( /docs/concepts/workloads/controllers/ttlafterfinished/ ) that cleans up finished Jobs.
211
+ * Learn about the [ TTL controller] ( /docs/concepts/workloads/controllers/ttlafterfinished/ ) that cleans up finished Jobs.
0 commit comments