上一页 1 2 3 4 5 6 7 8 9 10 ··· 38 下一页
摘要: 一. 简单的pipeline例子 新建 Job:在 Web UI 中点击 New Item -> 输入名称:pipeline-demo -> 选择下面的 Pipeline -> 点击 OK 首先确保Jenkins上已经有pipeline相关插件 配置:在最下方的 Pipeline 区域输入如下 Sc 阅读全文
posted @ 2023-08-30 21:04 坚强的小蚂蚁 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 有时候测试或者不太重要的服务使用自签证书比较方便 ### 1. 单域名 ``` openssl req -x509 -sha256 -nodes -days 3650 -newkey rsa:2048 -keyout tls.key -out tls.crt -subj "/CN=volunteer 阅读全文
posted @ 2023-08-28 17:13 坚强的小蚂蚁 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.manongjc.com/detail/64-kpxrbceryhbitsu.html 1.查找原先虚拟机磁盘位置 ``` virsh dumpxml nccc-jumphost 查看配置文件,找到磁盘位置/home/kvm/images ``` 2.复制磁盘 ``` 复 阅读全文
posted @ 2023-08-25 17:04 坚强的小蚂蚁 阅读(127) 评论(0) 推荐(0) 编辑
摘要: ### 1.基本用法 ```yaml kind: Pod apiVersion: v1 metadata: name: mypod spec: containers: - name: myfrontend image: dockerfile/nginx volumeMounts: - mountPa 阅读全文
posted @ 2023-08-24 09:38 坚强的小蚂蚁 阅读(21) 评论(0) 推荐(0) 编辑
摘要: ##### 1. 删除所有node节点 ##### 2. 清空原先设置,所有节点执行 ``` kubeadm reset ``` ##### 3. 获取默认配置文件 ``` kubeadm config print init-defaults > kubeadm-config.yaml 修改初始化配 阅读全文
posted @ 2023-08-20 22:21 坚强的小蚂蚁 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 1.spec.template.spec.nodeSelector 如,只在node标签有 daemonset=true 的节点上运行pod: ```yaml apiVersion: apps/v1 kind: DaemonSet metadata: name: ssd-monitor-nodela 阅读全文
posted @ 2023-08-20 22:13 坚强的小蚂蚁 阅读(104) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/s/k8s%E5%AE%9A%E6%97%B6%E9%87%8D%E5%90%AFpod, 看不懂 ```yaml apiVersion: batch/v1beta1 kind: CronJob metadata: name: my-cronjob spec: s 阅读全文
posted @ 2023-08-20 22:05 坚强的小蚂蚁 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.infoq.cn/article/SxexTNtuTtXDuedeAGIQ ``` [root@cinder1 blackbox]# cat blackbox.yml modules: http_2xx: prober: http http_post_2xx: #这个模 阅读全文
posted @ 2023-08-20 22:03 坚强的小蚂蚁 阅读(41) 评论(0) 推荐(0) 编辑
摘要: kafka存储结构和查看方式 参考文档 http://www.taodudu.cc/news/show-4453314.html?action=onClick https://blog.csdn.net/weixin_42073629/article/details/108906817 ![img] 阅读全文
posted @ 2023-08-16 08:59 坚强的小蚂蚁 阅读(100) 评论(0) 推荐(0) 编辑
摘要: kafka常用命令 http://681314.com/A/h9nfEtAOIV https://zhuanlan.zhihu.com/p/103915259 https://www.cnblogs.com/wushaoyu/p/11486551.html https://blog.csdn.net 阅读全文
posted @ 2023-08-16 08:49 坚强的小蚂蚁 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 38 下一页