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

Mark GameServer Unhealthy if allocated HostPort isn't available #408

Merged
merged 2 commits into from
Nov 13, 2018

Commits on Nov 12, 2018

  1. Mark GameServer Unhealthy if allocated HostPort isn't available

    This marks a GameServer as unhealthy is the allocated port isn't available
    on a given Node for whatever reason.
    
    Since it's marked as Unhealthy, the Fleet controller will delete it, and the new
    GameServer will be allocated a new random port that it deems open and available.
    
    I've yet to see this in the wild,  but I had mild concerns, so figured I'd fix it
    now rather than later.
    markmandel committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    243a869 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    2e865d8 View commit details
    Browse the repository at this point in the history