Skip to content

Commit e231fb7

Browse files
committed
Enable expBackOff when initialize persistentvolume controller
1 parent df92799 commit e231fb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pkg/cmd/server/kubernetes/master.go

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ func (c *MasterConfig) RunPersistentVolumeController(client *client.Client, name
192192
nil, nil, nil,
193193
nil, // event recorder
194194
s.VolumeConfiguration.EnableDynamicProvisioning,
195+
true, // enableExpBackoff
195196
)
196197
volumeController.Run(utilwait.NeverStop)
197198
}

0 commit comments

Comments
 (0)