I am following this guide for primary remote setup on different network.
https://istio.io/latest/docs/setup/install/multicluster/primary-remote_multi-network/
Instead of using the load balancer on primary to expose the istiod, I am trying to use NodePort. Also verified it using netcat and it works. Now on remote machine when I configure using IstioOperator there is an option for remotePilotAddress but no option for the port i.e it get binded to default 15012. how can I change it to nodePort on which I have exposed the control plane istiod.