istio

Форк
0
/
delta-xds-default.yaml 
24 строки · 1.4 Кб
1
apiVersion: release-notes/v2
2
kind: promotion
3
area: traffic-management
4
issue:
5
  - 47949
6
releaseNotes:
7
  - |
8
    **Enabled** [Delta xDS](https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol#incremental-xds) by default. See upgrade notes for more information.
9
upgradeNotes:
10
  - title: Delta xDS on by default
11
    content: |
12
      In previous versions, Istio used the "State of the world" xDS protocol to configure Envoy.
13
      In this release, the ["Delta"](https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol#incremental-xds) xDS protocol is enabled by default.
14

15
      This should be an internal implementation detail, but because this controls the core configuration protocol in Istio,
16
      an upgrade notice is present in an abundance of caution.
17

18
      The expected impacts of this change is improved performance of configuration distribution.
19
      This may result in reduced CPU and memory utilization in Istiod and proxies, as well as less network traffic between the two.
20
      Note that while this release changes the *protocol* to be incremental, Istio does not yet send perfect minimal incremental updates.
21
      However, there are already optimizations in place for a variety of critical code paths, and this change enables us to continue optimizations.
22
      
23
      If you experience unexpected impacts of this change, please set the `ISTIO_DELTA_XDS=false` environment variable in proxies
24
      and file a GitHub issue.
25

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.