首页 > 系统相关 >K8s系列---【Linux单节点部署KubeSphere】

K8s系列---【Linux单节点部署KubeSphere】

时间:2022-11-09 15:13:50浏览次数:43  
标签:kk KubeSphere hostname --- -- Linux

1、开通服务器

4c8g;centos7.9,查看系统版本cat /etc/redhat-release;防火墙放行30000~36727,指定hostname。

hostname set-hostname node1

2、安装

2.1 准备kubekey

export KKZONE=cn

curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.1 sh -

chmod +x kk

2.2 使用KubeKey引导安装集群

#可能需要下面命令
yum install -y conntrack

./kk create cluster --with-kubernetes v1.20.4 --with-kubesphere v3.1.1

2.3 安装后开启功能

标签:kk,KubeSphere,hostname,---,--,Linux
From: https://www.cnblogs.com/hujunwei/p/16873742.html

相关文章