mirror of https://github.com/kubernetes/kops.git
run hack/update-expected.sh
This commit is contained in:
parent
95c520f4af
commit
5aeea229a3
|
@ -321,7 +321,9 @@ resource "aws_eip" "us-test-1a-bastionuserdata-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-bastionuserdata-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -436,7 +436,9 @@ resource "aws_ebs_volume" "c-etcd-main-existingsg-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-existingsg-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -257,7 +257,9 @@ resource "aws_ebs_volume" "us-test-1a-etcd-main-externalpolicies-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-externalpolicies-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -1335,6 +1335,10 @@
|
|||
"Interval": "10",
|
||||
"Timeout": "5"
|
||||
},
|
||||
"ConnectionDrainingPolicy": {
|
||||
"Enabled": true,
|
||||
"Timeout": 300
|
||||
},
|
||||
"ConnectionSettings": {
|
||||
"IdleTimeout": 300
|
||||
},
|
||||
|
|
|
@ -307,7 +307,9 @@ resource "aws_ebs_volume" "us-test-1a-etcd-main-private-shared-ip-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-private-shared-ip-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -302,7 +302,9 @@ resource "aws_ebs_volume" "us-test-1a-etcd-main-private-shared-subnet-example-co
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-private-shared-subnet-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -1491,6 +1491,10 @@
|
|||
"Interval": "10",
|
||||
"Timeout": "5"
|
||||
},
|
||||
"ConnectionDrainingPolicy": {
|
||||
"Enabled": true,
|
||||
"Timeout": 300
|
||||
},
|
||||
"ConnectionSettings": {
|
||||
"IdleTimeout": 300
|
||||
},
|
||||
|
|
|
@ -321,7 +321,9 @@ resource "aws_eip" "us-test-1a-privatecalico-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-privatecalico-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -321,7 +321,9 @@ resource "aws_eip" "us-test-1a-privatecanal-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-privatecanal-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -1477,6 +1477,10 @@
|
|||
"Interval": "10",
|
||||
"Timeout": "5"
|
||||
},
|
||||
"ConnectionDrainingPolicy": {
|
||||
"Enabled": true,
|
||||
"Timeout": 300
|
||||
},
|
||||
"ConnectionSettings": {
|
||||
"IdleTimeout": 300
|
||||
},
|
||||
|
|
|
@ -321,7 +321,9 @@ resource "aws_eip" "us-test-1a-privatecilium-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-privatecilium-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -1477,6 +1477,10 @@
|
|||
"Interval": "10",
|
||||
"Timeout": "5"
|
||||
},
|
||||
"ConnectionDrainingPolicy": {
|
||||
"Enabled": true,
|
||||
"Timeout": 300
|
||||
},
|
||||
"ConnectionSettings": {
|
||||
"IdleTimeout": 300
|
||||
},
|
||||
|
|
|
@ -321,7 +321,9 @@ resource "aws_eip" "us-test-1a-privatecilium-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-privatecilium-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -1510,6 +1510,10 @@
|
|||
"Interval": "10",
|
||||
"Timeout": "5"
|
||||
},
|
||||
"ConnectionDrainingPolicy": {
|
||||
"Enabled": true,
|
||||
"Timeout": 300
|
||||
},
|
||||
"ConnectionSettings": {
|
||||
"IdleTimeout": 300
|
||||
},
|
||||
|
|
|
@ -337,7 +337,9 @@ resource "aws_eip" "us-test-1a-privateciliumadvanced-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-privateciliumadvanced-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -357,7 +357,9 @@ resource "aws_eip" "us-test-1a-privatedns1-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-privatedns1-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -316,7 +316,9 @@ resource "aws_eip" "us-test-1a-privatedns2-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-privatedns2-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -321,7 +321,9 @@ resource "aws_eip" "us-test-1a-privateflannel-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-privateflannel-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -327,7 +327,9 @@ resource "aws_ebs_volume" "us-test-1a-etcd-main-privatekopeio-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-privatekopeio-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -321,7 +321,9 @@ resource "aws_eip" "us-test-1a-privateweave-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-privateweave-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
|
@ -307,7 +307,9 @@ resource "aws_ebs_volume" "us-test-1a-etcd-main-unmanaged-example-com" {
|
|||
}
|
||||
|
||||
resource "aws_elb" "api-unmanaged-example-com" {
|
||||
cross_zone_load_balancing = false
|
||||
connection_draining = true
|
||||
connection_draining_timeout = 300
|
||||
cross_zone_load_balancing = false
|
||||
health_check {
|
||||
healthy_threshold = 2
|
||||
interval = 10
|
||||
|
|
Loading…
Reference in New Issue