2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 06:44:41 +00:00
R.B. Boyer 848ad8535b
xds: ensure that dependent xDS resources are reconfigured during primary type warming ()
Updates to a cluster will clear the associated endpoints, and updates to
a listener will clear the associated routes. Update the incremental xDS
logic to account for this implicit cleanup so that we can finish warming
the clusters and listeners.

Fixes 
2021-06-14 17:20:27 -05:00

4 lines
122 B
Plaintext

```release-note:bug
xds: (beta-only) ensure that dependent xDS resources are reconfigured during primary type warming
```