会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
运维笔记123
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
13
下一页
2022年4月13日
elasticsearch 7.14集群搭建
摘要: 下载安装elasticsearch yum -y install java #安装java环境 wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.14.0-x86_64.rpm yum -y insta
阅读全文
posted @ 2022-04-13 16:19 45645+56
阅读(238)
评论(0)
推荐(0)
2022年4月8日
k8s 安装启动不了kubelet
摘要: 错误信息“Failed to run kubelet” err=“failed to run Kubelet: misconfiguration: kubelet cgroup driver: “systemd” is different from dock…er: “cgroupfs”” dock
阅读全文
posted @ 2022-04-08 13:52 45645+56
阅读(383)
评论(0)
推荐(0)
2022年4月7日
haproxy nginx 绑定非本机ip
摘要: 在Linux如果需要绑定本机不存在的IP,例如在HAproxy及 Nginx可能会用到,需要开启Kernel的参数 net.ipv4.ip_nonlocal_bind. vim /etc/sysctl.conf net.ipv4.ip_nonlocal_bind=1net.ipv6.ip_nonlo
阅读全文
posted @ 2022-04-07 17:28 45645+56
阅读(230)
评论(0)
推荐(0)
centos7 内核升级
摘要: # 载入公钥rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org# 安装ELReporpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm# 载
阅读全文
posted @ 2022-04-07 15:12 45645+56
阅读(49)
评论(0)
推荐(0)
2022年3月31日
常用命令git清单
摘要: 参考https://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html
阅读全文
posted @ 2022-03-31 16:44 45645+56
阅读(24)
评论(0)
推荐(0)
harbor安装
摘要: 安装harbor 安装docker环境# step 1: 安装必要的一些系统工具sudo yum install -y yum-utils device-mapper-persistent-data lvm2# Step 2: 添加软件源信息sudo yum-config-manager --add
阅读全文
posted @ 2022-03-31 16:13 45645+56
阅读(487)
评论(0)
推荐(0)
gitlab 使用 备份 恢复 优化
摘要: gitlab常用命令 查看运行状态gitlab-ctl status 启动gitlab-ctl start 停止gitlab-ctl stop 重启gitlab-ctl restart 查看版本cat /opt/gitlab/embedded/service/gitlab-rails/VERSION
阅读全文
posted @ 2022-03-31 10:47 45645+56
阅读(329)
评论(0)
推荐(0)
Credentials Binding插件 实现凭证管理
摘要: 首先安装 安装Credentials Binding插件 然后打开系统管理里面的 manage Credentials 然后点击全局进入添加凭据 可以添加的凭证有五种:Username with password:用户名和密码SSH Username with private key: 使用SSH用
阅读全文
posted @ 2022-03-31 09:45 45645+56
阅读(157)
评论(0)
推荐(0)
2022年3月30日
Role-based Authorization Strategy插件实现用户权限管理
摘要: 首先在jenkins插件管理安装 Role-based Authorization Strategy 插件 在全局安全配置修改 授权策略 为Role-Based Strategy 创建角色 添加角色 可以是全局角色分配总的jenkins管理权限 也可以是项目角色分配具体项目权限 新建用户 将角色分配
阅读全文
posted @ 2022-03-30 17:31 45645+56
阅读(118)
评论(0)
推荐(0)
apahce 设置强转https
摘要: 在VirtualHost 模块下添加如下配置 RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
阅读全文
posted @ 2022-03-30 15:51 45645+56
阅读(37)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
13
下一页
公告