1.14.3-airbnb2
yingzhuivy
released this
01 Sep 18:51
·
2 commits
to air-release-1.14.3
since this release
istio: fix PILOT_ENABLE_RDS_CACHE flag not working (istio#40719) This CL patches commit b0db731838e4decd6cf93aecea72f11775eebd19 from upstream istio into air-release-1.13.3 to fix the PILOT_ENABLE_RDS_CACHE flag. Original PR can be found here: https://github.com/istio/istio/pull/40719. The description from that PR is reproduced below. When building RDS, cache get is always conducted not respecting the PILOT_ENABLE_RDS_CACHE flag. This PR fixes that. Cache add already respects the flag: https://github.com/istio/istio/blob/1.14.3/pilot/pkg/networking/core/v1alpha3/httproute.go#L212 Change-Id: I5080a152caef9ff55cf23e958e75de7531d56d47 Reviewed-on: https://gerrit.musta.ch/c/public/istio/+/3625 Reviewed-by: Ryan Smick <[email protected]>