官网 https://argo cd.readthedocs.io/en/stable/getting started/ 镜像清单 部署 禁用https跳转 修改configmap的方式实测无效,转而通过修改 devops argocd server 的pod启动…
官方文档 https://tekton.dev/docs/getting started https://github.com/tektoncd/pipeline/tree/main/examples/v1beta1/pipelineruns https://hu…
节点亲和性 构建所需基础镜像 自定义容器 1. 编辑 kubesphere devops system 命名空间下的名为 jenkins casc config 的configmap, 2. 重启名为 devops jenkins xxx 的deployment…
说明 针对老项目,多个模块共用一个git仓库的情况,识别出每次push的变更,只构建对应的模块 如果配置多个git地址相同的Jenkins流水线,他们的hook地址也是相同的,无法单独触发其中一个流水线。所以要配置多个镜像仓库。 使用原始方式配置最便捷,不使用gi…
新建用户 useradd d/home/jenkins jenkins passwd jenkins 内网环境中安装polipo将socks5代理转HTTP 安装: https://www.irif.fr/ jch/software/polipo/ rpm i p…
地址 https://12factor.net/zh cn 简介 12 Factor 为构建如下的 SaaS 应用提供了方法论: 使用标准化流程自动配置,从而使新的开发者花费最少的学习成本加入这个项目。 和操作系统之间尽可能的划清界限,在各个系统中提供最大的可移植…