Hi,
I have set a Microk8s in an Ubuntu 18.04 VM. The cluster seems sane.
I enable dns, storage, rbac and metallb.
I set the IP range 192.168.42.20-192.168.42.30
I followed this tutorial https://www.youtube.com/watch?v=xYiYIjlAgHY and the metallb doc https://metallb.universe.tf/installation/
After the nginx deployment the command kubectl get all returns
service/nginx LoadBalancer 10.152.183.67 192.168.42.20 80:32310/TCP 33m
It looks good and consistent. However, I can’t connect to 192.168.42.20 with http://192.168.42.20
Additionally, the arp 192.168.42.20 command returns :
Address HWtype HWaddress Flags Mask Iface
192.168.42.20 (incomplete) enp0s3
I suspect a network problem with Virtualbox.
The config is as shown on a attached screen shot.
I also investigated https://github.com/metallb/metallb/issues/490, without success.
Any idea / advice is welcome.
GB