Skip to content

Commit 05ba1a7

Browse files
authored
Merge pull request #47907 from ayushpatil2122/patch-2
Update garbage-collection.md
2 parents c43780d + 5680361 commit 05ba1a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/docs/concepts/architecture/garbage-collection.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,8 @@ until disk usage reaches the `LowThresholdPercent` value.
144144
As a beta feature, you can specify the maximum time a local image can be unused for,
145145
regardless of disk usage. This is a kubelet setting that you configure for each node.
146146

147-
To configure the setting, enable the `ImageMaximumGCAge`
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.
147+
To configure the setting, you need to set a value for the `imageMaximumGCAge`
148+
field in the kubelet configuration file.
150149

151150
The value is specified as a Kubernetes _duration_;
152151
Valid time units for the `imageMaximumGCAge` field in the kubelet configuration file are:

0 commit comments

Comments
 (0)