dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

To prevent Kong startup failures on systems where IPv6 is disabled by…

Open p172913 opened this issue 1 month ago • 5 comments

What type of PR is this? /kind bug

What this PR does / why we need it: To prevent Kong startup failures on systems where IPv6 is disabled by using proxy_listen and admin_listen. Two port for each listeners one for HTTP and HTTPS 8000/8001 = HTTP (unencrypted) 8443/8444 = HTTPS with SSL/TLS (encrypted)

Which issue(s) this PR fixes: Fixes https://github.com/kubernetes/dashboard/issues/10330

Special notes for your reviewer: None

Does this PR introduce a user-facing change? None

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: None

p172913 avatar Nov 16 '25 18:11 p172913