-
Notifications
You must be signed in to change notification settings - Fork 148
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
Create new minecraft-server chart #226
base: master
Are you sure you want to change the base?
Conversation
Some questions I ran into while doing initial rework:
Perhaps someone like @Robbilie could help here. (Ref: #98)
|
|
That latest build failure sounds similar to something that was fixed recently Perhaps double check you started from the very latest revision or just bring any deltas. |
In regards to my past PR: I built a software in front of the Minecraft Servers to keep them in sync. Behind this proxying software normal Minecraft Servers are used, for that I was using this chart. Without an external way of keeping sync more than one replica will not be the desired use of this chart but as stated back then I would have otherwise had to create a fork of this chart and I was really grateful that instead we went with the replicaCount value and the big warning. I would appreciate keeping this :) |
Following discussion in #225, opening this up to contain the conversation in regards to the creation of a chart to refactor and ultimately replace the existing
minecraft
chart. This new chart will be namedminecraft-server
to pair with itzg/docker-minecraft-server.Goals of the refactor:
itzg/docker-minecraft-server
. Using the chart shouldn't feel like learning a new toolIt was suggested that merging
minecraft-bedrock
into this new chart could be a goal, but it was agreed that this should be more of a long term goal. This effort should be closer to a rework of the existing chart, keeping in mind that it may need to be flexible to later include the bedrock chart.