Skip to content

Conversation

@agxs
Copy link

@agxs agxs commented Jan 10, 2023

The default deployment strategy uses rolling updates, which causes multiple minecraft pods to be started up at the same time. This is a problem since they try and share the same world volume. This can block the startup of the server pod as only a single minecraft server can access a world at once.

Changing the strategy to Recreate stops this, and only has a single pod running at once.

The default deployment strategy uses rolling updates, which causes
multiple minecraft pods to be started up at the same time. This is a
problem since they try and share the same world volume. This can block
the startup of the server pod as only a single minecraft server can
access a world at once.

Changing the strategy to Recreate stops this, and only has a single pod
running at once.
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.

1 participant