addons: fix initial retry delay, double maximum limit

pull/7999/head
Thomas Stromberg 2020-05-04 12:44:30 -07:00
parent cc32892bb7
commit 6969200dd7
1 changed files with 1 additions and 1 deletions

View File

@ -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