Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 2069740: Avoid kubernetes node port range #175

Merged
merged 1 commit into from May 10, 2022

Commits on May 9, 2022

  1. Avoid kubernetes node port range

    Per [0], the range 30000-32767 is used for kubernetes node ports.
    We should not have haproxy listening in that range to avoid possible
    conflicts.
    
    Setting the port to 20000 higher than the service port, per the
    network team convention[1].
    
    0: https://github.com/openshift/openshift-docs/blob/main/modules/installation-network-user-infra.adoc
    1: openshift/enhancements#1076 (comment)
    cybertron committed May 9, 2022
    Configuration menu
    Copy the full SHA
    452c48b View commit details
    Browse the repository at this point in the history