Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -815,8 +815,7 @@ xds:
circuitBreakers:
thresholds:
- maxRetries: 1024
commonLbConfig:
localityWeightedLbConfig: {}
commonLbConfig: {}
connectTimeout: 10s
dnsLookupFamily: V4_PREFERRED
edsClusterConfig:
Expand All @@ -826,6 +825,14 @@ xds:
serviceName: httproute/default/backend/rule/0
ignoreHealthOnHostRemoval: true
lbPolicy: LEAST_REQUEST
loadBalancingPolicy:
policies:
- typedExtensionConfig:
name: envoy.load_balancing_policies.least_request
typedConfig:
'@type': type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest
localityLbConfig:
localityWeightedLbConfig: {}
metadata:
filterMetadata:
envoy-gateway:
Expand All @@ -842,8 +849,7 @@ xds:
circuitBreakers:
thresholds:
- maxRetries: 1024
commonLbConfig:
localityWeightedLbConfig: {}
commonLbConfig: {}
connectTimeout: 10s
dnsLookupFamily: V4_PREFERRED
edsClusterConfig:
Expand All @@ -853,6 +859,14 @@ xds:
serviceName: grpcroute/default/backend/rule/0
ignoreHealthOnHostRemoval: true
lbPolicy: LEAST_REQUEST
loadBalancingPolicy:
policies:
- typedExtensionConfig:
name: envoy.load_balancing_policies.least_request
typedConfig:
'@type': type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest
localityLbConfig:
localityWeightedLbConfig: {}
metadata:
filterMetadata:
envoy-gateway:
Expand All @@ -875,8 +889,7 @@ xds:
circuitBreakers:
thresholds:
- maxRetries: 1024
commonLbConfig:
localityWeightedLbConfig: {}
commonLbConfig: {}
connectTimeout: 10s
dnsLookupFamily: V4_PREFERRED
edsClusterConfig:
Expand All @@ -886,6 +899,14 @@ xds:
serviceName: tcproute/default/backend/rule/-1
ignoreHealthOnHostRemoval: true
lbPolicy: LEAST_REQUEST
loadBalancingPolicy:
policies:
- typedExtensionConfig:
name: envoy.load_balancing_policies.least_request
typedConfig:
'@type': type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest
localityLbConfig:
localityWeightedLbConfig: {}
metadata:
filterMetadata:
envoy-gateway:
Expand All @@ -901,8 +922,7 @@ xds:
circuitBreakers:
thresholds:
- maxRetries: 1024
commonLbConfig:
localityWeightedLbConfig: {}
commonLbConfig: {}
connectTimeout: 10s
dnsLookupFamily: V4_PREFERRED
edsClusterConfig:
Expand All @@ -912,6 +932,14 @@ xds:
serviceName: tlsroute/default/backend/rule/-1
ignoreHealthOnHostRemoval: true
lbPolicy: LEAST_REQUEST
loadBalancingPolicy:
policies:
- typedExtensionConfig:
name: envoy.load_balancing_policies.least_request
typedConfig:
'@type': type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest
localityLbConfig:
localityWeightedLbConfig: {}
metadata:
filterMetadata:
envoy-gateway:
Expand All @@ -927,8 +955,7 @@ xds:
circuitBreakers:
thresholds:
- maxRetries: 1024
commonLbConfig:
localityWeightedLbConfig: {}
commonLbConfig: {}
connectTimeout: 10s
dnsLookupFamily: V4_PREFERRED
edsClusterConfig:
Expand All @@ -938,6 +965,14 @@ xds:
serviceName: udproute/default/backend/rule/-1
ignoreHealthOnHostRemoval: true
lbPolicy: LEAST_REQUEST
loadBalancingPolicy:
policies:
- typedExtensionConfig:
name: envoy.load_balancing_policies.least_request
typedConfig:
'@type': type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest
localityLbConfig:
localityWeightedLbConfig: {}
metadata:
filterMetadata:
envoy-gateway:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ xds:
circuitBreakers:
thresholds:
- maxRetries: 1024
commonLbConfig:
localityWeightedLbConfig: {}
commonLbConfig: {}
connectTimeout: 10s
dnsLookupFamily: V4_PREFERRED
edsClusterConfig:
Expand All @@ -117,6 +116,14 @@ xds:
serviceName: httproute/envoy-gateway-system/backend/rule/0
ignoreHealthOnHostRemoval: true
lbPolicy: LEAST_REQUEST
loadBalancingPolicy:
policies:
- typedExtensionConfig:
name: envoy.load_balancing_policies.least_request
typedConfig:
'@type': type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest
localityLbConfig:
localityWeightedLbConfig: {}
metadata:
filterMetadata:
envoy-gateway:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,7 @@
}
]
},
"commonLbConfig": {
"localityWeightedLbConfig": {}
},
"commonLbConfig": {},
"connectTimeout": "10s",
"dnsLookupFamily": "V4_PREFERRED",
"edsClusterConfig": {
Expand All @@ -505,6 +503,21 @@
},
"ignoreHealthOnHostRemoval": true,
"lbPolicy": "LEAST_REQUEST",
"loadBalancingPolicy": {
"policies": [
{
"typedExtensionConfig": {
"name": "envoy.load_balancing_policies.least_request",
"typedConfig": {
"@type": "type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest",
"localityLbConfig": {
"localityWeightedLbConfig": {}
}
}
}
}
]
},
"metadata": {
"filterMetadata": {
"envoy-gateway": {
Expand Down Expand Up @@ -533,9 +546,7 @@
}
]
},
"commonLbConfig": {
"localityWeightedLbConfig": {}
},
"commonLbConfig": {},
"connectTimeout": "10s",
"dnsLookupFamily": "V4_PREFERRED",
"edsClusterConfig": {
Expand All @@ -547,6 +558,21 @@
},
"ignoreHealthOnHostRemoval": true,
"lbPolicy": "LEAST_REQUEST",
"loadBalancingPolicy": {
"policies": [
{
"typedExtensionConfig": {
"name": "envoy.load_balancing_policies.least_request",
"typedConfig": {
"@type": "type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest",
"localityLbConfig": {
"localityWeightedLbConfig": {}
}
}
}
}
]
},
"metadata": {
"filterMetadata": {
"envoy-gateway": {
Expand Down Expand Up @@ -586,9 +612,7 @@
}
]
},
"commonLbConfig": {
"localityWeightedLbConfig": {}
},
"commonLbConfig": {},
"connectTimeout": "10s",
"dnsLookupFamily": "V4_PREFERRED",
"edsClusterConfig": {
Expand All @@ -600,6 +624,21 @@
},
"ignoreHealthOnHostRemoval": true,
"lbPolicy": "LEAST_REQUEST",
"loadBalancingPolicy": {
"policies": [
{
"typedExtensionConfig": {
"name": "envoy.load_balancing_policies.least_request",
"typedConfig": {
"@type": "type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest",
"localityLbConfig": {
"localityWeightedLbConfig": {}
}
}
}
}
]
},
"metadata": {
"filterMetadata": {
"envoy-gateway": {
Expand Down Expand Up @@ -628,9 +667,7 @@
}
]
},
"commonLbConfig": {
"localityWeightedLbConfig": {}
},
"commonLbConfig": {},
"connectTimeout": "10s",
"dnsLookupFamily": "V4_PREFERRED",
"edsClusterConfig": {
Expand All @@ -642,6 +679,21 @@
},
"ignoreHealthOnHostRemoval": true,
"lbPolicy": "LEAST_REQUEST",
"loadBalancingPolicy": {
"policies": [
{
"typedExtensionConfig": {
"name": "envoy.load_balancing_policies.least_request",
"typedConfig": {
"@type": "type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest",
"localityLbConfig": {
"localityWeightedLbConfig": {}
}
}
}
}
]
},
"metadata": {
"filterMetadata": {
"envoy-gateway": {
Expand Down Expand Up @@ -670,9 +722,7 @@
}
]
},
"commonLbConfig": {
"localityWeightedLbConfig": {}
},
"commonLbConfig": {},
"connectTimeout": "10s",
"dnsLookupFamily": "V4_PREFERRED",
"edsClusterConfig": {
Expand All @@ -684,6 +734,21 @@
},
"ignoreHealthOnHostRemoval": true,
"lbPolicy": "LEAST_REQUEST",
"loadBalancingPolicy": {
"policies": [
{
"typedExtensionConfig": {
"name": "envoy.load_balancing_policies.least_request",
"typedConfig": {
"@type": "type.googleapis.com/envoy.extensions.load_balancing_policies.least_request.v3.LeastRequest",
"localityLbConfig": {
"localityWeightedLbConfig": {}
}
}
}
}
]
},
"metadata": {
"filterMetadata": {
"envoy-gateway": {
Expand Down
Loading