swapoff -a # will turn off the swap kubeadm reset systemctl daemon-reload systemctl restart kubelet iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X # will reset iptables
原文地址:https://www.cnblogs.com/zhaojingyu/p/12146276.html
时间: 2024-10-03 11:59:24