摘要: 一、配置步骤 1.在Jenkins端安装Gitlab触发器插件 安装如图所示插件,安装完成后重启Jenkins生效 2.在Jenkins job中配置触发器 构建触发器中选择“Build when a change is pushed to Gitlab......”,并记住webhook URL。 阅读全文
posted @ 2026-02-10 10:11 Paul7777 阅读(7) 评论(0) 推荐(0)
摘要: Jenkins动态slave配置harbor私有库,只需要在云节点Agent Docker Registry设置处添加harbor仓库地址即可 阅读全文
posted @ 2026-01-28 17:16 Paul7777 阅读(5) 评论(0) 推荐(0)
摘要: { "registry-mirrors": [ "https://docker.hpcloud.cloud", "https://docker.m.daocloud.io", "https://docker.unsee.tech", "https://docker.1panel.live", "ht 阅读全文
posted @ 2025-05-03 17:03 Paul7777 阅读(139) 评论(0) 推荐(0)
摘要: 在k8s集群中,安装calico网络插件时,Pod启动出现MountVolume.SetUp failed for volume “bpffs” : hostPath type check failed: /sys/fs/bpf is not a directory 警告,这是因为系统内核太低,不支 阅读全文
posted @ 2025-05-01 15:23 Paul7777 阅读(181) 评论(0) 推荐(0)
摘要: 解决方法: 更新systemd yum update systemd -y 阅读全文
posted @ 2025-04-25 18:23 Paul7777 阅读(47) 评论(0) 推荐(0)
摘要: 测试docker是否运行成功执行docker run hello-world时,报错网络连接失败 Unable to find image 'hello-world:latest' locallylatest: Pulling from library/hello-worldc1ec31eb5944 阅读全文
posted @ 2024-08-28 14:45 Paul7777 阅读(3460) 评论(0) 推荐(0)
摘要: 在CentOS上卸载然后重装Docker,可以按照以下步骤操作: 卸载Docker: yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-lo 阅读全文
posted @ 2024-08-15 17:24 Paul7777 阅读(1085) 评论(0) 推荐(0)
摘要: # uname -a // # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue // # 查看操作系统版本# cat /proc/cpuinfo // # 查看CPU信息# hostname // # 查看计算机名# lspci -tv // # 列出所有PCI设备# l 阅读全文
posted @ 2019-05-22 08:37 Paul7777 阅读(189) 评论(0) 推荐(0)
摘要: 在/etc/yum.repos.d/目录下创建一个源配置文件nginx.repo: 填写如下内容: 保存退出 下面直接执行如下指令即可自动安装好Nginx: 安装完成,下面直接就可以启动Nginx了: 现在Nginx已经启动了,直接访问服务器就能看到Nginx欢迎页面了的。 Nginx的命令以及配置 阅读全文
posted @ 2019-04-18 16:41 Paul7777 阅读(1609) 评论(0) 推荐(0)
摘要: 1、设置代理原因 因公司安全限制,所有外网需配置代理后才可上网,但是因为宿主机上设置过代理,并未太过多注意此问题,之后run时报如下错误: # docker run hello-world Unable to find image 'hello-world:latest' locally docke 阅读全文
posted @ 2018-09-14 21:56 Paul7777 阅读(3658) 评论(0) 推荐(0)