Xiaopeng Han
Xiaopeng Han
Can anyone provide the Gateway resource that will cause `ReferencedNotFound` error?
It seems that https://github.com/istio/istio/issues/44430 is related to this. Please check if the ingressgateway is installed with a revision; if so, use the `--revision` flag.
I think this is actually fixed by https://github.com/istio/istio/pull/46241.
Fixed by https://github.com/istio/istio/pull/46241
Things in meshConfig has already been validated. I have created a PR to validate the remaining fields. However, I am not certain about what 'subset' means here. I think you...
cc @zirain @howardjohn to take a look if this is needed.
> I believe in 1.20.0, the oldest VirtualService would win regardless of the specificity of the match. However, in fixing a related bug, we now (correctly) pick the most specific...
> This needs #46440 to be backported @howardjohn Can you check this? #46440 has also failed to be cherry-picked.