Vikas Choudhary (vikasc)

Results 39 comments of Vikas Choudhary (vikasc)
trafficstars

hi @rayunstop , I am also blocked on this. did you get solution for this problem?

@xoviat , yep, i figured that out minutes after posting comment here. :D

these configs are sent by istiod to envoys over xds. istiod maintains cache of the state as well. could be some issue due to which older envoy may have stale...

If you try with svc's clusterip then it should work, something like: ``` apiVersion: networking.istio.io/v1beta1 kind: ServiceEntry metadata: name: alias-entry namespace: ns1 spec: hosts: - alias location: MESH_INTERNAL ports: -...

using istioctl first check if the cluster corresponding to the Service Entry is getting applied at sidecar from within which you are trying curl. > istioctl-1.13.2 pc clusters pod-name -n...

@mbana @marcosrmendezthd If possible, can you please try https://github.com/envoyproxy/envoy/pull/23356?