netbox-community / netbox-chart

A Helm chart for NetBox
https://netbox.readthedocs.io/
Apache License 2.0
228 stars 145 forks source link

netbox ipv6 listens #220

Open kfox1111 opened 1 month ago

kfox1111 commented 1 month ago

We tried to deploy netbox-5.0.0-beta13 on a cluster that has ipv6 totally disabled. It fails to listen on the [::] rules. Can those be made configurable?

RangerRick commented 1 month ago

This is a changed that happened in the upstream docker image. We've had reports of it failing both on IPv6-only clusters and IPv4-only clusters. (sigh 😅)

The good news is that you can update it to work however you want using the overrideUnitConfig section of values.yaml. You can take a look at the one provided by netbox-docker as reference.

This will probably be a more common problem over time, we should update the docs to talk about it.

kfox1111 commented 1 month ago

Ah. Perfect. Will give that a try. Thanks! :)

kikem4n commented 1 week ago

Having the same issue here. How would be the right way to set it trough a --set ? Have tried but I do not get having netbox listen on [::]:8080 :(