PlayFab / thundernetes

Thundernetes makes it easy to run your game servers on Kubernetes
https://playfab.github.io/thundernetes
Apache License 2.0
313 stars 47 forks source link

Removing finalizer from GameServer CR #381

Closed dgkanatsios closed 2 years ago

dgkanatsios commented 2 years ago

Fixes #270

This PR removes the finalizer from GameServer CR. The finalizer was originally used to cleanup the port registry memory. We have switched the implementation to use the "notFound" event to cleanup the GameServer ports.

This is a breaking change.

After we merge it, we should do the following changes before releasing the next Thundernetes version.