How to make pilot watch Istio resources (Gateway, VS, DR etc) on remote clusters

Hello there,

I followed guide and set up single mesh, multi network, multi cluster istio installation but it seems pilot on cluster-1 is only watching Endpoints, Pods, Nodes and Services on remote clusters, but not the Gateways and VirtualServices (possibly other CRDs that has been introduced by Istio?)

Now in my setup I don’t want inbound traffic from outside to pass through cluster-1 and I want to utilize remote clusters for inbound traffic handling, I don’t want to touch cluster-1 at all so I want to set up ingress gateways and virtualservices on remote clusters, is this set up currently possible? if yes how can I achieve that?

Thanks for reading