Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save giovannefeitosa/65746bd555eea9fe1fdd8f8583ca2563 to your computer and use it in GitHub Desktop.
Save giovannefeitosa/65746bd555eea9fe1fdd8f8583ca2563 to your computer and use it in GitHub Desktop.
Installing kubeadm ufw rules
# MASTER
ufw allow 6443/tcp
ufw allow 2379:2380/tcp
ufw allow 10250/tcp
ufw allow 10251/tcp
ufw allow 10252/tcp
ufw allow 10255/tcp
# WORKER
ufw allow 10250/tcp
ufw allow 10255/tcp
ufw allow 30000:32767/tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment