Skip to content

Commit ef60ac0

Browse files
committed
set FileCheckFrequency default properly
1 parent b8d718c commit ef60ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/server/kubernetes/node/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func ComputeKubeletFlags(startingArgs map[string][]string, options configapi.Nod
3131
imageTemplate.Latest = options.ImageConfig.Latest
3232

3333
path := ""
34-
var fileCheckInterval int64
34+
fileCheckInterval := int64(20)
3535
if options.PodManifestConfig != nil {
3636
path = options.PodManifestConfig.Path
3737
fileCheckInterval = options.PodManifestConfig.FileCheckIntervalSeconds

0 commit comments

Comments
 (0)