Geoff Bourne

Results 1034 comments of Geoff Bourne

Very good question. Since it's only adjusting the replica count, then I think it could be enhanced to support Deployment type since it also derives from ReplicaSet. I'll have to...

...ok, this might be tricky. [StatefulSet](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/stateful-set-v1/#StatefulSetSpec) has a serviceName field, which is leveraged by the auto scale feature. With Deployment it's more indirect to find the association since - Deployment...

It's not yet a feature, but sounds like a good idea. Given this is a low level router and not a proxy like Velocity, when implemented users would need to...

Info is a logging level above debug https://github.com/sirupsen/logrus?tab=readme-ov-file#level-logging Is there a particular log message that seems excessive?

That's a reasonable expectation. I'll plan on changing those to a quieter logging level at debug.

Great suggestion and thank you for the context. I'll try to prioritize as best I can. Note to self that I should work this along with #113

Now that I see both lists mentioned, that was basically the idea of the CF_EXCLUDE_INCLUDE_FILE env var: > For more complex scenarios, global and per modpack exclusions can be declared...

Yes the backup service is not fully compatible since it needs to use rcon to pause file changes made by the Minecraft server. It has logic to detect pauses server,...

That's the general idea 😀 The devil is in the details as they say.