04 2022 档案
摘要:我们本次自己试验安装的是单节点 1、我们先安装一下helm,网上很多教程是helm的老版本,就不要看了,繁琐的很。可以直接参考官方https://helm.sh/zh/docs/intro/install/ 用二进制版本安装,下载需要版本:https://github.com/helm/helm/r
阅读全文
摘要:开始跟安装master节点一样 一开始 ,先安装docker,安装完成,教程参考其他资料,例如菜鸟 1、关闭防火墙 systemctl stop firewalld systemctl disable firewalld 2、关闭selinux sed -i 's/enforcing/disable
阅读全文
摘要:1、关闭防火墙 systemctl stop firewalld systemctl disable firewalld 2、关闭selinux sed -i 's/enforcing/disabled/' /etc/selinux/config setenforce 0 3、关闭swap swap
阅读全文