PlayFab / thundernetescontrib

Helpful utilities for Thundernetes
https://playfab.github.io/thundernetes
Apache License 2.0
3 stars 8 forks source link

Feature/add maintenance poller #8

Open trocadilho opened 1 year ago

trocadilho commented 1 year ago

Experimental hackathon project representing a Thundernetes extension that when a maintenance event comes, it will:

  1. Make the node Unschedulable (so no more GameServers are scheduled).
  2. Delete any non-Active GameServers in that node so they are not allocated. An equal number of GameServers will be recreated in nodes which are not in maintenance.

Azure documentation on how to handle scheduled events

dgkanatsios commented 1 year ago

hey @trocadilho, let us know if you want any help working with this PR!

trocadilho commented 1 year ago

Also tagging @allantargino