文章预览
链接: https://www.cnblogs.com/yuwen01/p/18785233 操作步骤 官网: https://kubesphere.io/zh/ 一、执行以下命令快速创建一个 Kubernetes 集群。 Master节点 如果您访问 GitHub/Googleapis 受限,请登录 Linux 主机,执行以下命令设置下载区域。 [root@ test ~] # export KKZONE=cn Master节点 执行以下命令安装⼯具 KubeKey。 下载完成后当前目录下将生成 KubeKey 二进制文件 kk 。 [root@ test ~] # curl -sfL https://get-kk.kubesphere.io | sh - 每一个节点都要 执行以下命令安装依赖项。 [root@ test ~] # apt install socat conntrack -y Master节点 执行以下命令快速创建一个 Kubernetes 集群。 单节点k8s: [root@ test ~] #./kk create cluster --with-local-storage --with-kubernetes v1.31.0 --container-manager containerd -y 集群模式: 创建config模板: [root@ test ~] # ./kk create config Generate KubeKey config file successfully [root@ test ~] # [root@ test
………………………………