InvalidRegexp
This message occurs when an Istio resource contains an invalid regular expression.
Istio regular expressions use the RE25 regular expression syntax.
Example
You will receive this message:
when your cluster has following virtual service:
In this example, the regex [A-Z
does not follow the RE2 syntax.