To prevent Kong startup failures on systems where IPv6 is disabled by…#10426
To prevent Kong startup failures on systems where IPv6 is disabled by…#10426p172913 wants to merge 1 commit into
Conversation
… using proxy_listen and admin_listen
|
Welcome @p172913! |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: p172913 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@floreks , @shu-mutou can you review this PR... |
|
@floreks , @shu-mutou can you review this PR... |
1 similar comment
|
@floreks , @shu-mutou can you review this PR... |
|
@floreks , @shu-mutou can anyone of you please review this PR... |
|
/auto-cc |
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 #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