安装helm wget 4 tar xzvf helmv3.18.6linuxamd64.tar.gz mv linuxamd64/helm /usr/bin/helm 关闭
防火墙 systemctl disbale now firewalld systemctl status firewalld 禁用SELinux setenforce 0 临时禁用SELinux强制访问控制的命令 sed i 's SELINUXenforcing SELINUXdisabled g' /etc/selinux/config 关闭swap分区 sed ri 's/.swap./ &/' /etc/fstab swapoff a && sysctl w vm.swappiness0 网络配置 sed ri 's/.swap./ &/' /etc/fstab swapoff a && sysctl w vm.swappiness0 时间同步 timedatectl setntp true 配置ulimit cat >> /etc/security/limits.conf <