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
btw if anyone stumbled upon similar error (proxy nginx: [emerg] bind() to [::1]:8444 failed (99: Cannot assign requested address))
you can add following env variable in the Helm values to override the Kong Admin listen config so that it won't try to bind on IPv6 address and use the IPv4 only
Per the changes done on #986 admin API now by default will listen on both
0.0.0.0
(IPv4) and[::]
(IPv6)This default settings doesn't work well with cluster running IPv4 only stack. We got following error from the kong proxy container
helm values
*basically the same with the default values
cluster and kong
Cluster
Kong
The text was updated successfully, but these errors were encountered: