You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/command-line-tools-reference/feature-gates/image-maximum-gc-age.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ _build:
8
8
stages:
9
9
- stage: alpha
10
10
defaultValue: false
11
-
fromVersion: "1.29"
11
+
fromVersion: "1.29"
12
+
toVersion: "1.29"
13
+
- stage: beta
14
+
defaultValue: true
15
+
fromVersion: "1.30"
12
16
---
13
17
Enables the kubelet configuration field `imageMaximumGCAge`, allowing an administrator to specify the age after which an image will be garbage collected.
0 commit comments