jeremylvln / Shulker

A Kubernetes operator for managing complex and dynamic Minecraft infrastructures, including game servers and proxies.
https://shulker.jeremylvln.fr/
GNU Affero General Public License v3.0
175 stars 14 forks source link

No limbo server found #611

Closed Josscoder closed 1 week ago

Josscoder commented 1 month ago

What happened?

Hi, I wanted to report this. I don't know if it's my mistake, but I have the limbo pod and lobby and when I log in it tells me that a limbo server is not found.

image image image

What components are involved in your issue?

Proxy Agent (Velocity)

Version

0.8.1

Kubernetes Version

v1.29.6+k3s2

Relevant log output

No response

Code of Conduct

Josscoder commented 1 month ago

image

DiogoMurano commented 1 month ago

same

DiogoMurano commented 1 month ago

I found the solution. This happens because shulker does not seem to be compatible with the latest agones updates.

I managed to solve my problem by installing agones version 1.39 helm install agones agones/agones --version 1.39.0 --namespace agones-system --create-namespace

jeremylvln commented 1 month ago

Hi!

Thanks for the report, and sorry for this very late response. I was quite busy recently. I'll look into that shortly and make sure Shulker works with Agones's latest version.

Thanks for finding the solution, though!

jeremylvln commented 1 week ago

Hi,

The fix will soon be merged, I'll make a quick test tour and will publish a new release. Thanks a lot for your patience :)

jeremylvln commented 1 week ago

Hi,

This is now fixed starting from 0.9.0. However, due to a crash in this version, I advise you to move to 0.10.0 directly.

Thanks!