Skip to content

Instantly share code, notes, and snippets.

@shikanime
Created February 25, 2024 12:28
Show Gist options
  • Save shikanime/cec0c175eb0b1c27ab5213ff540068de to your computer and use it in GitHub Desktop.
Save shikanime/cec0c175eb0b1c27ab5213ff540068de to your computer and use it in GitHub Desktop.
Fix Kubernetes Operator Tailscale Ingress
# Load ip6table_filter module
modprobe ip6table_filter
# Persist Reboot
echo ip6table_filter | sudo tee -a /etc/modules-load.d/k3s.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment