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

[Feat] Vertical Scaling of GameServer without restarting container #176

Open
chrisliu1995 opened this issue Oct 18, 2024 · 1 comment
Open

Comments

@chrisliu1995
Copy link
Member

Kubernetes v1.27 introduces InPlacePodVerticalScaling feature-gate, which is very helpful for game servers.

We could involve this function to OKG, to help game servers being adjusted resources configuration by automatically or manually with players being not affected.

As we all know, GameServer record the game status of corresponding Pod. We need a complete solution to realize that:

  1. Users can adjust resources by GameServer, and Pod will be executed the changing.
  2. GameServer can recognize the change of Pod resources, and show those status on itself.
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

No branches or pull requests

2 participants