When I do this, the pihole image errors with
\ndnsmasq: failed to create listening socket for port 53: Address already in use\n::: Testing pihole-FTL DNS: [cont-init.d] 20-start.sh: exited 1. \n
and then the container shuts down.
\nI'm stumped. Lil' help?
\nAre you already running something that's listening on port 53? Since it's already saying the port is in use.
\nss -tulpan | grep 53
-
I'm probably going to kick myself once I figure it out, but I'm a bit stumped as to how to set up the values overrides so that I can have Pihole be my DHCP server. I thought that since DHCP is network broadcast... thing, it can't work with a k8s Service, so my values.yaml override looks like this:
When I do this, the pihole image errors with
and then the container shuts down. I'm stumped. Lil' help?
|
Beta Was this translation helpful? Give feedback.
-
Are you already running something that's listening on port 53? Since it's already saying the port is in use.
|
Beta Was this translation helpful? Give feedback.
Are you already running something that's listening on port 53? Since it's already saying the port is in use.
ss -tulpan | grep 53