[Bug]: IPv6 Compatibility Issue for Dashboard Backend Server #3556
Labels
kind/bug
Something isn't working
priority/normal
An issue with the product; fix when possible
untriaged
Indicates the newly create issue has not been triaged yet
Is there an existing issue for this?
Deploy type
Downstream version (eg.
OpenShift AI 2.4
)Version
2.13.1
Current Behavior
The ODH Dashboard backend encounters two critical issues when deployed in an IPv6-only environment:
Readiness/Liveness Probe Fails:
The server binds only to
0.0.0.0
(IPv4), which causes connection failures when the liveness probe attempts to connect to an IPv6 address.Hostname/IP Validation Failure:
The backend throws errors due to improper handling of IPv6 addresses in API requests, specifically missing brackets around IPv6 addresses in URLs.
Expected Behavior
::
) or dynamically detect the appropriate interface.[]
) to avoid hostname validation issues.Steps To Reproduce
Liveness probe failed: dial tcp [fd02:0:0:1::13c]:8080: connect: connection refused
Hostname/IP does not match certificate's altnames: Host: fd02. is not in the cert's altnames
Workaround (if any)
No response
What browsers are you seeing the problem on?
No response
Anything else
No response
The text was updated successfully, but these errors were encountered: