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

Removing finalizer from GameServer CR #381

Merged
merged 10 commits into from
Sep 14, 2022
Merged

Removing finalizer from GameServer CR #381

merged 10 commits into from
Sep 14, 2022

Conversation

dgkanatsios
Copy link
Collaborator

@dgkanatsios dgkanatsios commented Sep 9, 2022

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.

  • remove finalizer RBAC permissions from the CRD types
  • remove finalizer from the documentation

@dgkanatsios dgkanatsios force-pushed the removefinalizer branch 4 times, most recently from 158d7df to c4324a2 Compare September 10, 2022 01:06
@dgkanatsios dgkanatsios marked this pull request as ready for review September 11, 2022 01:12
@dgkanatsios dgkanatsios merged commit 19ebc97 into main Sep 14, 2022
@dgkanatsios dgkanatsios deleted the removefinalizer branch September 14, 2022 20:30
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.

Remove finalizer from GameServer
2 participants