Skip to content

Instantly share code, notes, and snippets.

View tuna2134's full-sized avatar
🌙
眠たい

tuna2134@コマリン親衛隊 tuna2134

🌙
眠たい
View GitHub Profile
@tuna2134
tuna2134 / kubeadm-setup-ubuntu.sh
Last active January 14, 2023 02:15 — forked from inductor/kubeadm-setup-ubuntu.sh
kubeadm-setup-ubuntu.sh
#/bin/bash -eu
# Install Containerd
cat <<EOF | sudo tee /etc/modules-load.d/containerd.conf
overlay
br_netfilter
EOF
sudo modprobe overlay
sudo modprobe br_netfilter