Merge pull request #118889 from swetharepakula/extend-timeout
Extend Large Create Timeout to 60 min
This commit is contained in:
@@ -54,7 +54,7 @@ const (
|
|||||||
loadBalancerCreateTimeoutDefault = 15 * time.Minute
|
loadBalancerCreateTimeoutDefault = 15 * time.Minute
|
||||||
// LoadBalancerCreateTimeoutLarge is the maximum time to wait for a load balancer to be created/modified.
|
// LoadBalancerCreateTimeoutLarge is the maximum time to wait for a load balancer to be created/modified.
|
||||||
// Hideen - use GetServiceLoadBalancerCreateTimeout function instead.
|
// Hideen - use GetServiceLoadBalancerCreateTimeout function instead.
|
||||||
loadBalancerCreateTimeoutLarge = 45 * time.Minute
|
loadBalancerCreateTimeoutLarge = 60 * time.Minute
|
||||||
|
|
||||||
// LoadBalancerPropagationTimeoutDefault is the default time to wait for pods to
|
// LoadBalancerPropagationTimeoutDefault is the default time to wait for pods to
|
||||||
// be targeted by load balancers.
|
// be targeted by load balancers.
|
||||||
|
|||||||
Reference in New Issue
Block a user