Hi, I’ve successfully applied traffic splitting with Istio and http. However I’m trying to apply the same logic with HTTPS (and therefore tls).
If I apply the following:
I get the following error:
admission webhook "pilot.validation.istio.io" denied the request: configuration is invalid: TLS route must have exactly one destination
If I comment one destination, the VirtualService gets installed, but obviously now I only have one subset, therefore making the whole green/blue deployment exercise a bit pointless.
Any suggestions on how could I solve this?