Skip to content
Snippets Groups Projects
Commit 1b39446c authored by Sung-Kyu Yoo's avatar Sung-Kyu Yoo Committed by Derek Su
Browse files

Indefinitely retries provision/delete when failed

parent ffd5ad91
Branches
Tags
No related merge requests found
......@@ -239,6 +239,8 @@ func startDaemon(c *cli.Context) error {
provisioner,
serverVersion.GitVersion,
pvController.LeaderElection(false),
pvController.FailedProvisionThreshold(0),
pvController.FailedDeleteThreshold(0),
pvController.Threadiness(c.Int(FlagWorkerThreads)),
)
logrus.Debug("Provisioner started")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment