上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: 安装containerd和kubeadm,kubelet,kubectl /etc/yum.repo.d/docker-ce.repo内容如下: [docker-ce-stable] name=Docker CE Stable - $basearch baseurl=https://download 阅读全文
posted @ 2023-03-03 17:11 力王7314 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 前言: containerd 不支持harbor 80端口仓库push 镜像,所以调用habor443口 1.harbor 80端口使用,通过代理服务 nginx 80 端口代理到 443端口配置如下 cat /etc/containerd/config.toml # [plugins."io.co 阅读全文
posted @ 2023-02-24 14:55 力王7314 阅读(985) 评论(0) 推荐(0) 编辑
摘要: 错误1 解决方法: 创建文件并写入如下内容: [root@ceph1 ~]# cat /etc/crictl.yaml runtime-endpoint: unix:///run/containerd/containerd.sock image-endpoint: unix:///run/conta 阅读全文
posted @ 2023-02-21 17:39 力王7314 阅读(35) 评论(0) 推荐(0) 编辑
摘要: filebeat部分(k8s) filebeat.yml apiVersion: apps/v1 kind: DaemonSet metadata: name: filebeat namespace: kube-system spec: selector: matchLabels: k8s-app: 阅读全文
posted @ 2023-01-18 17:11 力王7314 阅读(156) 评论(0) 推荐(0) 编辑
摘要: #获取kafka主题列表 /data01/server/kafka/bin/kafka-topics.sh --zookeeper offline-op-kafka-ali-01:2181 --list > topics.txt #通过py脚本格式化一下主题列表,生成topics.json impo 阅读全文
posted @ 2022-12-19 14:17 力王7314 阅读(243) 评论(0) 推荐(0) 编辑
摘要: # 方法一: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.r 阅读全文
posted @ 2022-11-25 10:22 力王7314 阅读(217) 评论(0) 推荐(0) 编辑
摘要: #centos6 #安装cjson报错的话检查lua-cjson-2.1.0编译后的cjson库文件,/usr/lib64/lua/5.1里要有cjson#centos7 #yum install luarocks #luarocks install lua-cjson #以下路径要有cjson.s 阅读全文
posted @ 2022-11-24 22:36 力王7314 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 1、下载lua模块 wget https://github.com/openresty/lua-nginx-module/archive/v0.10.9rc7.tar.gz 解压到/usr/local/目录下 tar xvf v0.10.9rc7.tar.gz -C /usr/local 2、下载n 阅读全文
posted @ 2022-11-24 16:52 力王7314 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 环境 centos7 + jenkins2.361.3(裸机安装) + gitlab(裸机安装) + harbor(k8s安装) 注意 在裸机安装jenkins高版本的时候需要安装java11 在实现cicd的时候git版本需要高一点的,我的是2.31.1 安装完jenkins,需要的配置 1.需要 阅读全文
posted @ 2022-11-11 10:59 力王7314 阅读(295) 评论(0) 推荐(0) 编辑
摘要: file=$1 expire=$2 domain_list="list.txt" expire_result="info.log" function start() { rm -rf ./$expire_result ./$domain_list ./res_${file} } function g 阅读全文
posted @ 2022-09-30 14:12 力王7314 阅读(88) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页