提交 6969200d 编写于 作者: T Thomas Stromberg

addons: fix initial retry delay, double maximum limit

上级 cc32892b
......@@ -258,7 +258,7 @@ func enableOrDisableAddonInternal(cc *config.ClusterConfig, addon *assets.Addon,
return err
}
return retry.Expo(apply, 100*time.Microsecond, time.Minute)
return retry.Expo(apply, 250*time.Millisecond, 2*time.Minute)
}
// enableOrDisableStorageClasses enables or disables storage classes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册