- 标签:
- 网络 (4)
- 思考 (3)
- 建站 (1)
- Python (6)
- k8s (13)
- 公有云 (3)
- scripts (7)
- 中间件 (4)
- 监控 (5)
- Go (2)
- devops (9)
- 排障 (3)
- AI (1)
- ansible (1)
- 系统 (1)
- 安全 (1)
🗒️ Jenkins scripted pipeline使用sshagent和参数
以Jenkins k8s插件的实现为例,展现pipeline语法和其他细节
📄 Jenkins slave pod的pipeline实现
k8s模式的Jenkins slave pod怎么实现CICD?本文记录了一些细节,包括scripted pipeline语法,pipeline样本
📄 Ubuntu 20.04安装k8s with containerd 1.6.6
本文介绍在Ubuntu 20.04上安装k8s with containerd1.6.6的步骤。需要注意的是,Ubuntu 20.04自带的containerd存在bug,因此需要使用官网的二进制安装。同时,安装过程中还需要修改containerd的配置文件和安装cni插件等。具体步骤详见文中。