系统相关
首页 > 系统相关> > Linux多节点部署KubeSphere

Linux多节点部署KubeSphere

作者:互联网

官网参考

1.使用KubeKey创建集群(master节点)

#下载KubeKey
export KKZONE=cn
curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
chmod +x kk
#创建集群配置文件(执行后产生config-sample.yaml)
./kk create config --with-kubernetes v1.22.10 --with-kubesphere v3.3.0
#修改config-sample.yaml,主要修改如下图
./kk create cluster -f config-sample.yaml
##使用配置文件创建集群(可能所有节点都需要执行)
yum install -y conntrack socat ipvsadm

2.安装成功后开启功能

#访问地址,admin/P@88w0rd
http://192.168.2.123:30880/login

标签:kk,KubeSphere,sample,yaml,集群,Linux,config,节点
来源: https://www.cnblogs.com/khtt/p/16632557.html