风离不摆烂学习日志 Day8 Kubesphere 快速搭建
AI-摘要
Tianli GPT
AI初始化中...
介绍自己
生成本文简介
推荐相关文章
前往主页
前往tianli博客
风离不摆烂学习日志 Day8 Kubesphere 快速搭建
安装
systemctl disable firewalld systemctl stop firewalld systemctl status firewalld swapoff -a echo "vm.swappiness=0" >> /etc/sysctl.conf sysctl -p /etc/sysctl.conf rpm -ivh http://mirrors.aliyun.com/epel/epel-release-latest-7.noarch.rpm yum install -y ebtables socat ipset conntrack hostnamectl --static set-hostname master export KKZONE=cn curl -sfL https://get-kk.kubesphere.io | VERSION=v2.0.0 sh - chmod +x kk ./kk create cluster --with-kubernetes v1.21.5 --with-kubesphere v3.2.1
解释
关闭防火墙
关闭swap分区
配置epel源
安装必要组件 conntrack
修改hostname
使用国内镜像下载
安装 3.2.1 版本
验证
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l 'app in (ks-install, ks-installer)' -o jsonpath='{.items[0].metadata.name}') -f
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 程序员风离
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果