istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/48461.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: traffic-management 4 releaseNotes: 5 - | 6 **Added** support for concurrent SidecarScope conversion. You can use `PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY` to adjust the number of concurrencies. 7 Its default value is 1 and will not be executed concurrently. 8 When `initSidecarScopes` consumes a lot of time and you want to reduce time consumption by increasing CPU consumption, 9 you can increase the number of concurrent executions by increasing the value of `PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY`.