istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/deferred_cluster_creation.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: traffic-management 4 5 releaseNotes: 6 - | 7 **Added** an experimental feature to enable cluster creation on worker threads inline during requests. 8 This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread. 9 This can be disabled by setting ENABLE_DEFERRED_CLUSTER_CREATION to false in agent Deployment.