PlayFab / thundernetes

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

reduce error reporting in GameServer controller #398

Closed dgkanatsios closed 1 year ago

dgkanatsios commented 1 year ago

During a test, we discovered that a lot of errors are generated in the GameServer controller when we try to update the GameServer CR when the Pod has died. This might happen because the GameServer CR has died, so there is no point in updating it. Consequently, we update the error condition to report the error only when the error is not "NotFound".