-
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.
Answered by
propyless
Apr 24, 2021
Replies: 1 comment 5 replies
-
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.
5 replies
Answer selected by
kaitlinsm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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