上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: 下载安装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)
摘要: 错误信息“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)
摘要: 在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)
摘要: # 载入公钥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)
摘要: 参考https://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html 阅读全文
posted @ 2022-03-31 16:44 45645+56 阅读(24) 评论(0) 推荐(0)
摘要: 安装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-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插件 然后打开系统管理里面的 manage Credentials 然后点击全局进入添加凭据 可以添加的凭证有五种:Username with password:用户名和密码SSH Username with private key: 使用SSH用 阅读全文
posted @ 2022-03-31 09:45 45645+56 阅读(157) 评论(0) 推荐(0)
摘要: 首先在jenkins插件管理安装 Role-based Authorization Strategy 插件 在全局安全配置修改 授权策略 为Role-Based Strategy 创建角色 添加角色 可以是全局角色分配总的jenkins管理权限 也可以是项目角色分配具体项目权限 新建用户 将角色分配 阅读全文
posted @ 2022-03-30 17:31 45645+56 阅读(118) 评论(0) 推荐(0)
摘要: 在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 下一页