kruise-game icon indicating copy to clipboard operation
kruise-game copied to clipboard

Game operation and maintenance API

Open chrisliu1995 opened this issue 6 months ago • 5 comments

kruise-game contains two CRDs GameServer and GameServerSet. Game servers can be managed by deploying or changing the corresponding CR. However, in actual production use, a release or operation and maintenance action is often a combination of a series of operations on CR. For example, set the GameServer image tag with ids 1, 7, and 10 to v0.3; adjust the update priority of GameServer with ids 5, 9, and 11 before updating the game server, etc.

Therefore, a set of APIs with operation and maintenance semantics is needed, which users can directly use or integrate into their own operation and maintenance platform to facilitate operation and maintenance operations.

chrisliu1995 avatar Jul 30 '24 05:07 chrisliu1995