You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable IPv6. Add "ipv6.disable=1" to your grub kernel parameters.
Reboot your k8s cluster
Run OpenCost with UI enabled.
Expected behavior
An option to disable the IPv6 listen line in nginx.conf.
Screenshots
relevant logs from opencost-ui container:
10-listen-on-ipv6-by-default.sh: info: ipv6 not available
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2024/08/30 09:55:39 [emerg] 1#1: socket() [::]:9090 failed (97: Address family not supported by protocol)
nginx: [emerg] socket() [::]:9090 failed (97: Address family not supported by protocol)
Which version of OpenCost are you using?
OpenCost UI version 1.111.0 (7afa352)
The text was updated successfully, but these errors were encountered:
Describe the bug
The OpenCost UI won't start if you have disabled ipv6 in the kernel boot cmdline.
To Reproduce
Expected behavior
An option to disable the IPv6 listen line in nginx.conf.
Screenshots
relevant logs from opencost-ui container:
Which version of OpenCost are you using?
OpenCost UI version 1.111.0 (7afa352)
The text was updated successfully, but these errors were encountered: