Skip to content

Commit c32d551

Browse files
authored
Add new kubelet configs (#1972)
Signed-off-by: Artiom Diomin <artiom@kubermatic.com>
1 parent 1b7f311 commit c32d551

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/apis/cluster/common/consts.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ const (
139139
ContainerLogMaxSizeKubeletConfig = "ContainerLogMaxSize"
140140
ContainerLogMaxFilesKubeletConfig = "ContainerLogMaxFiles"
141141
MaxPodsKubeletConfig = "MaxPods"
142+
ImageGCHighThresholdPercent = "ImageGCHighThresholdPercent"
143+
ImageGCLowThresholdPercent = "ImageGCLowThresholdPercent"
144+
ImageMinimumGCAge = "ImageMinimumGCAge"
145+
ImageMaximumGCAge = "ImageMaximumGCAge"
142146
)
143147

144148
const (

0 commit comments

Comments
 (0)