Skip to content
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

Never returns a positive result #91

Open
designermonkey opened this issue Aug 17, 2024 · 1 comment
Open

Never returns a positive result #91

designermonkey opened this issue Aug 17, 2024 · 1 comment

Comments

@designermonkey
Copy link

I have exec'd into a running container to see why it is never in a ready state, after seeing the following in the result of a describe in k8s:

  Warning  Unhealthy               79s (x10 over 2m3s)   kubelet                  Readiness probe failed: failed to ping localhost:25565 : could not connect to Minecraft server: dial tcp [::1]:25565: connect: connection refused
  Warning  Unhealthy               28s (x11 over 73s)    kubelet                  Readiness probe failed: failed to ping localhost:25565 : EOF

After getting into the container, I can see that the minecraft server is running as the port is being listened to properly, but this binary always fails to connect.

@itzg
Copy link
Owner

itzg commented Aug 17, 2024

Please provide config and logs

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

No branches or pull requests

2 participants