0
点赞
收藏
分享

微信扫一扫

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

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 安装后开启功能

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

举报

相关推荐

0 条评论