Skip to content

Conversation

@mo124121
Copy link
Contributor

Summary

Background

This resolves the iOS client connection issue when using Tailscale VPN with Minecraft Bedrock Server on Kubernetes. The problem was caused by MTU negotiation differences between iOS and other platforms, resulting in packet fragmentation issues.

Solution

  • Added kubernetes-tailscale-operator.yml example in the examples/ directory
  • Implements initContainer with busybox to set MTU to 1280 bytes
  • Includes proper security context with NET_ADMIN capability
  • References the original discussion for context

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks and thanks again for all the research.

@itzg itzg added the documentation Improvements or additions to documentation label Aug 24, 2025
@itzg itzg merged commit 05fa04e into itzg:master Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants