文章分类 -  kubesphere云平台 / 环境搭建

摘要:一、开启kubesphere Jenkins服务访问地址 http://192.168.30.245:30180/ http://192.168.30.247:30180 || http://192.168.30.242:30180 || http://192.168.30.226:30180 ad 阅读全文
posted @ 2023-10-31 16:25 liubingPersonalBlog 阅读(286) 评论(0) 推荐(0)
摘要:一、keepalived搭建 参考地址:https://blog.csdn.net/zxd1435513775/article/details/102508573 1、服务安装 yum install keepalived –y 2、/etc/keepalived/keepalived.conf配置 阅读全文
posted @ 2023-10-31 15:03 liubingPersonalBlog 阅读(643) 评论(0) 推荐(1)
摘要:一.在线安装 1、下载kubekey curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - 或 https://github.com/kubesphere/kubekey/tags 选择版本进行下载 2、kk添加执行权限 chmod 阅读全文
posted @ 2022-12-24 09:27 liubingPersonalBlog 阅读(1200) 评论(0) 推荐(0)
摘要:前期准备 1、网络设置 cd /etc/sysconfig/network-scripts vim /etc/sysconfig/network-scripts/ifcfg-ensxxx TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROT 阅读全文
posted @ 2022-12-22 10:28 liubingPersonalBlog 阅读(120) 评论(0) 推荐(0)
摘要:参考连接:https://kubesphere.com.cn/blogs/kubesphere-harbor/ 因为 KubeSphere 无法直接解析 Harbor 域名,需要在 CoreDNS 添加解析记录,否则会报 no such host。 NodeLocal DNSCache NodeLo 阅读全文
posted @ 2022-12-01 03:41 liubingPersonalBlog 阅读(107) 评论(0) 推荐(0)
摘要:参考链接:https://www.cnblogs.com/cjwnb/p/13441071.html 参考链接:https://shenhonglei.blog.csdn.net/article/details/124183802 harbor配置https访问 参考文档: https://goha 阅读全文
posted @ 2022-12-01 03:34 liubingPersonalBlog 阅读(82) 评论(0) 推荐(0)