Results 83 comments of Christian Erhardt

The container is exposing port 67. But is there a Loadbalancer that is exposing the port from the container to the network? The first service describe does not show an...

You could patch the deployment to create a volumemount for /etc/dnsmasq.d then everything should be persisted.

This is a good idea. I'm happy to merge a pull request if you're willing to write this implementation.

You have defined `type` twice. Maybe thats the issue? ``` serviceWeb: type: ClusterIP loadBalancerIP: 192.168.178.210 annotations: metallb.universe.tf/allow-shared-ip: pihole-svc type: LoadBalancer ``` `loadBalancerIP` will be removed soon, as it is deprecrated....

Thanks for the help @brnl - @Cryotize let us know if it is working.

Are you using pihole as the dns server on the kubernetes node you're trying to run pihole? It look to me like this because you are doing all commands on...

Can you do a `kubectl describe svc pihole-web` please? I think there is an issue with your setup. The `EXTERNAL-IP` should be the same for the servies. Otherwise it will...

If your using k3s i'd recomment to get familiar with Traefik and use this as the ingress. Metallb is working for me (not using k3s), but it seems like the...

@MovieMaker93 sorry for the late reply, is it working for you with the latest version?

@appleimperio Could you do a `kubectl describe svc pihole-tcp`? It seems like it is not getting an external IP. If you do a port forward to the container, is the...