Skip to content

Commit 61483fc

Browse files
jaswdrhakman
andauthored
Update nodeup/pkg/model/kubelet_test.go
Co-authored-by: Ciprian Hacman <[email protected]>
1 parent a69a3e7 commit 61483fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodeup/pkg/model/kubelet_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ func Test_BuildComponentConfigFile(t *testing.T) {
403403
ShutdownGracePeriodCriticalPods: &metav1.Duration{Duration: 10 * time.Second},
404404
ImageMaximumGCAge: &metav1.Duration{Duration: 30 * time.Hour},
405405
ImageMinimumGCAge: &metav1.Duration{Duration: 30 * time.Minute},
406-
MaxParallelImagePulls: &maxPulls,
406+
MaxParallelImagePulls: fi.PtrTo(int32(5)),
407407
}
408408

409409
_, err := buildKubeletComponentConfig(&componentConfig, "")

0 commit comments

Comments
 (0)