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

Packed: PreferredDuringSchedulingIgnoredDuringExecution PodAffinity with a HostName topology #397

Merged
merged 1 commit into from
Oct 25, 2018

Commits on Oct 25, 2018

  1. This PR sets a preferredDuringSchedulingIgnoredDuringExecution PodAff…

    …inity
    
    with a HostName topology.
    
    This does a pretty decent job of grouping together GameServer Pods. It does
    tend to distribute more widely when large groups of GameServer Pods get created,
    but it's worth experimenting with the first, before going the more risky
    route of a custom scheduler (in which we've already found some issues).
    
    We may also find as GameServers shut down at the end of sessions, they start
    to group together when they reschedule, as at lower load, the scheduler tends
    to do a better job of packing.
    
    Working towards googleforgames#368
    markmandel committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    ff25359 View commit details
    Browse the repository at this point in the history