We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69a3e7 commit 61483fcCopy full SHA for 61483fc
nodeup/pkg/model/kubelet_test.go
@@ -403,7 +403,7 @@ func Test_BuildComponentConfigFile(t *testing.T) {
403
ShutdownGracePeriodCriticalPods: &metav1.Duration{Duration: 10 * time.Second},
404
ImageMaximumGCAge: &metav1.Duration{Duration: 30 * time.Hour},
405
ImageMinimumGCAge: &metav1.Duration{Duration: 30 * time.Minute},
406
- MaxParallelImagePulls: &maxPulls,
+ MaxParallelImagePulls: fi.PtrTo(int32(5)),
407
}
408
409
_, err := buildKubeletComponentConfig(&componentConfig, "")
0 commit comments