Created
December 26, 2024 21:31
-
-
Save lemenkov/37bd391c6ba9ce508c0f019aa4c4ed4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dnf install /usr/bin/kubeadm | |
dnf install ebtables ethtool iptables iproute-tc | |
systemctl enable kubelet.service | |
swapoff -a | |
systemctl enable containerd | |
systemctl start containerd | |
echo "br_netfilter" > /etc/modules-load.d/kubernetes.conf | |
echo "net.ipv4.ip_forward=1" > /etc/sysctl.d/kubernetes.con |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment