I have three hosts located in different places, and I use Wireguard to connect the three hosts together. The VPN IPs of the three hosts are 10.2.0.1, 10.2.0.2, and 10.2.0.3, respectively. The three hosts are running well without any problems. Later, microks v1.32 was installed, and 10.2.0.1 was used as the main node. Two external hosts were added
k8s add-node 10.1.0.1:25000/d5e91f0572c63838c2e278725eae3083/132b1ba85f7e --worker, Although the join was successful, the displayed IP address is not the IP address of PN, but the LAN IP address of each host. Such an IP address will definitely not enable communication between nodes. What I hope is that the following INTERNAL-IP will be displayed as 10.2.0.1, 10.2.0.2, and 10.2.0.3, respectively