摘要: K8S 操作系统初始化配置 #没有规则 #修改主机名 #关闭防火墙 systemctl stop firewalld systemctl disable firewalld iptables -F && iptables -t nat -F && iptables -t mangle -F && i 阅读全文
posted @ 2024-02-22 19:00 citywalk 阅读(171) 评论(0) 推荐(0)