Hi,
I need to modify the cluster configuration generated by istio for the envoy proxy side cars.
I need to set the initial_stream_window_size parameter inside the http2_protocol_options.
Can anyone help me with it?
In any case, thanks for your help.
Using istioctl proxy-config cluster I get a configuration like:
{
"name": "outbound|80||k8s-lab-hop1.lab.svc.cluster.local",
"type": "EDS",
"edsClusterConfig": {
"edsConfig": {
"ads": {}
},
"serviceName": "outbound|80||k8s-lab-hop1.lab.svc.cluster.local"
},
"connectTimeout": "10s",
"circuitBreakers": {
"thresholds": [
{
"maxRetries": 1024
}
]
},
"http2ProtocolOptions": {
"maxConcurrentStreams": 1073741824
},
"metadata": {
"filterMetadata": {
"istio": {
"config": "/apis/networking/v1alpha3/namespaces/lab/destination-rule/k8s-lab-hop1"
}
}
}
}