File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,8 @@ until disk usage reaches the `LowThresholdPercent` value.
144
144
As a beta feature, you can specify the maximum time a local image can be unused for,
145
145
regardless of disk usage. This is a kubelet setting that you configure for each node.
146
146
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.
150
149
151
150
The value is specified as a Kubernetes _ duration_ ;
152
151
Valid time units for the ` imageMaximumGCAge ` field in the kubelet configuration file are:
You can’t perform that action at this time.
0 commit comments