上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 44 下一页
摘要: 添加Helm存储库 helm repo add azure http://mirror.azure.cn/kubernetes/chartshelm search repo nfs-client-provisioner helm install nfs-storage azure/nfs-clien 阅读全文
posted @ 2023-01-11 17:05 beawh 阅读(458) 评论(0) 推荐(0)
摘要: [root@node01 kubesphere]# pwd/root/kubesphere[root@node01 kubesphere]# export KKZONE=cn[root@node01 kubesphere]# ./kk create cluster -f config-sample. 阅读全文
posted @ 2023-01-10 16:10 beawh 阅读(115) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-01-06 10:54 beawh 阅读(0) 评论(0) 推荐(0)
摘要: file=/dir1/dir2/dir3/my.file.txt可以用${ }分别替换得到不同的值:${file#*/}:删掉第一个 / 及其左边的字符串:dir1/dir2/dir3/my.file.txt${file##*/}:删掉最后一个 / 及其左边的字符串:my.file.txt${fil 阅读全文
posted @ 2023-01-05 11:36 beawh 阅读(74) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-01-05 09:11 beawh 阅读(0) 评论(0) 推荐(0)
摘要: [root@jenkins jenkins]# cat docker-compose.ymlversion: '3.1'services: jenkins: #image: jenkins/jenkins:lts image: jenkins:2.340 volumes: - /data/jenki 阅读全文
posted @ 2022-12-16 20:01 beawh 阅读(36) 评论(0) 推荐(0)
摘要: 代码质量管理平台之SonarQube安装部署 - Linux-1874 - 博客园 (cnblogs.com) 持续集成工具之jenkins+sonarqube做代码扫描 - Linux-1874 - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-12-14 14:12 beawh 阅读(35) 评论(0) 推荐(0)
摘要: Redhat Jenkins Packages (jenkins-ci.org) 阅读全文
posted @ 2022-12-13 16:35 beawh 阅读(743) 评论(0) 推荐(0)
摘要: Redis Cluster 即 Redis 集群,是 Redis 官方在 3.0 版本推出的一套分布式存储方案。完全去中心化,由多个节点组成,所有节点彼此互联。Redis 客户端可以直接连接任何一节点获取集群中的键值对,不需要中间代理,如果该节点不存在用户所指定的键值,其内部会自动把客户端重定向到键 阅读全文
posted @ 2022-12-12 11:05 beawh 阅读(42) 评论(0) 推荐(0)
摘要: 1. 环境及拓扑 1.1环境 虚拟机中最小化安装centos6.5 x64,网络选择桥接本地网卡。环境如下: 软件 版本 用途 Linux操作系统 CentOS release 6.5(Final)64bit 操作系统 Weblogic中间件 Weblogic10.3.6 应用中间件 Nginx反向 阅读全文
posted @ 2022-12-12 09:48 beawh 阅读(37) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 44 下一页