You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Defines the soft limit on size of the cluster’s new connection read and write buffers in bytes.
610
+
// If unspecified, an implementation defined default is applied (1MiB).
611
+
// see https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-per-connection-buffer-limit-bytes
## Allow setting of `per_connection_buffer_limit_bytes` value for Clusters
2
+
3
+
Allow changing `per_connection_buffer_limit_bytes` for all Clusters. Default is not set to keep compatibility with existing configurations. Envoy [recommends](https://www.envoyproxy.io/docs/envoy/latest/configuration/best_practices/edge) setting to 32KiB for Edge proxies.
description: "DefaultHTTPVersions defines the default set of HTTPS
@@ -3297,6 +3306,15 @@ spec:
3297
3306
format: int32
3298
3307
minimum: 1
3299
3308
type: integer
3309
+
per-connection-buffer-limit-bytes:
3310
+
description: Defines the soft limit on size of the cluster’s
3311
+
new connection read and write buffers in bytes. If unspecified,
3312
+
an implementation defined default is applied (1MiB).
3313
+
see https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-per-connection-buffer-limit-bytes
3314
+
for more information.
3315
+
format: int32
3316
+
minimum: 1
3317
+
type: integer
3300
3318
type: object
3301
3319
defaultHTTPVersions:
3302
3320
description: "DefaultHTTPVersions defines the default set
description: "DefaultHTTPVersions defines the default set of HTTPS
@@ -3510,6 +3519,15 @@ spec:
3510
3519
format: int32
3511
3520
minimum: 1
3512
3521
type: integer
3522
+
per-connection-buffer-limit-bytes:
3523
+
description: Defines the soft limit on size of the cluster’s
3524
+
new connection read and write buffers in bytes. If unspecified,
3525
+
an implementation defined default is applied (1MiB).
3526
+
see https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-per-connection-buffer-limit-bytes
3527
+
for more information.
3528
+
format: int32
3529
+
minimum: 1
3530
+
type: integer
3513
3531
type: object
3514
3532
defaultHTTPVersions:
3515
3533
description: "DefaultHTTPVersions defines the default set
description: "DefaultHTTPVersions defines the default set of HTTPS
@@ -3311,6 +3320,15 @@ spec:
3311
3320
format: int32
3312
3321
minimum: 1
3313
3322
type: integer
3323
+
per-connection-buffer-limit-bytes:
3324
+
description: Defines the soft limit on size of the cluster’s
3325
+
new connection read and write buffers in bytes. If unspecified,
3326
+
an implementation defined default is applied (1MiB).
3327
+
see https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-per-connection-buffer-limit-bytes
3328
+
for more information.
3329
+
format: int32
3330
+
minimum: 1
3331
+
type: integer
3314
3332
type: object
3315
3333
defaultHTTPVersions:
3316
3334
description: "DefaultHTTPVersions defines the default set
description: "DefaultHTTPVersions defines the default set of HTTPS
@@ -3516,6 +3525,15 @@ spec:
3516
3525
format: int32
3517
3526
minimum: 1
3518
3527
type: integer
3528
+
per-connection-buffer-limit-bytes:
3529
+
description: Defines the soft limit on size of the cluster’s
3530
+
new connection read and write buffers in bytes. If unspecified,
3531
+
an implementation defined default is applied (1MiB).
3532
+
see https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-per-connection-buffer-limit-bytes
3533
+
for more information.
3534
+
format: int32
3535
+
minimum: 1
3536
+
type: integer
3519
3537
type: object
3520
3538
defaultHTTPVersions:
3521
3539
description: "DefaultHTTPVersions defines the default set
description: "DefaultHTTPVersions defines the default set of HTTPS
@@ -3510,6 +3519,15 @@ spec:
3510
3519
format: int32
3511
3520
minimum: 1
3512
3521
type: integer
3522
+
per-connection-buffer-limit-bytes:
3523
+
description: Defines the soft limit on size of the cluster’s
3524
+
new connection read and write buffers in bytes. If unspecified,
3525
+
an implementation defined default is applied (1MiB).
3526
+
see https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-per-connection-buffer-limit-bytes
3527
+
for more information.
3528
+
format: int32
3529
+
minimum: 1
3530
+
type: integer
3513
3531
type: object
3514
3532
defaultHTTPVersions:
3515
3533
description: "DefaultHTTPVersions defines the default set
0 commit comments