How to modify microk8s the default endpoints

how edit default endpoints kubernetes ip

NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
default service/kubernetes ClusterIP 10.152.183.1 443/TCP 12h

NAMESPACE NAME ENDPOINTS AGE
default endpoints/kubernetes 192.168.1.5:16443 12h

=====================================

I can’t use 192.168.1.5 as my endpoint ,The worker node and master node uses another network interface to communicate, how should I modify it?

Didn’t try this myself, perhaps it can help.