Skip to content

Commit 06eaf52

Browse files
committed
4210: mark as stable
Signed-off-by: Peter Hunt <[email protected]>
1 parent 029e4f1 commit 06eaf52

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ until disk usage reaches the `LowThresholdPercent` value.
144144

145145
#### Garbage collection for unused container images {#image-maximum-age-gc}
146146

147-
{{< feature-state feature_gate_name="ImageMaximumGCAge" >}}
148-
149-
As a beta feature, you can specify the maximum time a local image can be unused for,
147+
You can specify the maximum time a local image can be unused for,
150148
regardless of disk usage. This is a kubelet setting that you configure for each node.
151149

152150
To configure the setting, you need to set a value for the `imageMaximumGCAge`
@@ -207,4 +205,4 @@ configure garbage collection:
207205

208206
* Learn more about [ownership of Kubernetes objects](/docs/concepts/overview/working-with-objects/owners-dependents/).
209207
* Learn more about Kubernetes [finalizers](/docs/concepts/overview/working-with-objects/finalizers/).
210-
* Learn about the [TTL controller](/docs/concepts/workloads/controllers/ttlafterfinished/) that cleans up finished Jobs.
208+
* Learn about the [TTL controller](/docs/concepts/workloads/controllers/ttlafterfinished/) that cleans up finished Jobs.

content/en/docs/reference/command-line-tools-reference/feature-gates/ImageMaximumGCAge.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.30"
16+
- stage: stable
17+
defaultValue: true
18+
fromVersion: "1.35"
1619
---
1720
Enables the kubelet configuration field `imageMaximumGCAge`, allowing an administrator to specify the age after which an image will be garbage collected.

0 commit comments

Comments
 (0)