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

reduce error reporting in GameServer controller #398

Merged
merged 2 commits into from
Sep 20, 2022
Merged

Conversation

dgkanatsios
Copy link
Collaborator

@dgkanatsios dgkanatsios commented Sep 19, 2022

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".

@dgkanatsios dgkanatsios marked this pull request as ready for review September 19, 2022 23:51
@dgkanatsios dgkanatsios merged commit 4560717 into main Sep 20, 2022
@dgkanatsios dgkanatsios deleted the patcherror branch September 20, 2022 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants