[BUG] - IPv6 is unsupported/broken #2485
Labels
area: documentation 📖
Improvements or additions to documentation
area: networking
All items related to networking
needs: investigation 🔍
Someone in the team needs to find the root cause and replicate this bug
Describe the bug
When running on a single-stack IPv6 cluster (including NAT64 and DNS64), Nebari is broken.
Expected behavior
Nebari should work out of the box on a single-stack IPv6 cluster that has DNS64 and NAT64. Once the dependent sites are IPv6-compatible, it should work even without DNS64/NAT64.
OS and architecture in which you are running Nebari
Debian 12 (bookworm) + k3s version v1.29.4+k3s1
How to Reproduce the problem?
Run Nebari on a single-stack IPv6 cluster with DNS64 and NAT64. There are a bunch of issues. Some of them can be easily fixed. For example:
The
busybox
image does not follow standard practices in regards to dual-stack environments. Changing all of thebusybox
images toalpine
(which does follow proper networking practices) fixes several of the issues.There are a bunch of other places in the code that depend on IPv4 and as an admin, I can't fix them all.
Command output
No response
Versions and dependencies used.
No response
Compute environment
None
Integrations
No response
Anything else?
15-20 years ago this would've been a feature request, but requiring legacy IP (aka IPv4) is a serious problem nowadays. Moreover it reflects badly on the project and makes it look amateurish.
The text was updated successfully, but these errors were encountered: