mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #19976 from aarondav/elb-timeout
Auto commit by PR queue bot
This commit is contained in:
commit
3db1a6c3ce
@ -195,10 +195,10 @@ func (s *AWSCloud) ensureLoadBalancerHealthCheck(loadBalancer *elb.LoadBalancerD
|
|||||||
actual := loadBalancer.HealthCheck
|
actual := loadBalancer.HealthCheck
|
||||||
|
|
||||||
// Default AWS settings
|
// Default AWS settings
|
||||||
expectedHealthyThreshold := int64(10)
|
expectedHealthyThreshold := int64(2)
|
||||||
expectedUnhealthyThreshold := int64(2)
|
expectedUnhealthyThreshold := int64(6)
|
||||||
expectedTimeout := int64(5)
|
expectedTimeout := int64(5)
|
||||||
expectedInterval := int64(30)
|
expectedInterval := int64(10)
|
||||||
|
|
||||||
// We only a TCP health-check on the first port
|
// We only a TCP health-check on the first port
|
||||||
expectedTarget := ""
|
expectedTarget := ""
|
||||||
|
Loading…
Reference in New Issue
Block a user