istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/pilot-discovery-scoped-namespaces.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: traffic-management 4 5 # issue is a list of GitHub issues resolved in this note. 6 # If issue is not in the current repo, specify its full URL instead. 7 issue: 8 - https://github.com/istio/istio/issues/26679 9 10 # releaseNotes is a markdown listing of any user facing changes. This will appear in the 11 # release notes. 12 releaseNotes: 13 - | 14 **Added** Specify `meshConfig.discoverySelectors` to dynamically restrict the set of namespaces for Services, Pods, and Endpoints that istiod processes when pushing xDS updates to improve performance on the data plane. 15 16 # upgradeNotes is a markdown listing of any changes that will affect the upgrade 17 # process. This will appear in the release notes. 18 upgradeNotes: 19 20 # docs is a list of related docs to the change. 21 docs: 22 23 24 # securityNotes is a markdown listing of any changes related to the security of 25 # Istio. 26 securityNotes: