会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
专业搬砖
悠悠黄河岸,滔滔江河水! 专业修板凳,代搬服务器!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
15
下一页
2022年7月25日
Kubernetes管理篇:用户权限管理工具permission-manager
摘要: 《Kubernetes管理篇:用户权限管理工具permission-manager》 文章目录一、背景二、Permission manager2.1、下载源码包2.2、创建namespace2.3、创建存储配置的Secert2.4、映射端口暴露服务2.5、部署permission-manager服务
阅读全文
posted @ 2022-07-25 15:35 来自牧羊人
阅读(1018)
评论(0)
推荐(0)
2022年7月22日
Linux中查看系统硬件制造商、型号和序列号
摘要: 怎么在Linux中查看系统硬件制造商、型号和序列号 方法一:使用 dmidecode 命令 dmidecode -t system 这篇文章将为大家详细讲解有关怎么在Linux中查看系统硬件制造商、型号和序列号,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。 方法一
阅读全文
posted @ 2022-07-22 18:03 来自牧羊人
阅读(2219)
评论(0)
推荐(0)
2022年7月19日
k8s 1.18.0 部署
摘要: wget https://raw.githubusercontent.com/coredns/deployment/master/kubernetes/coredns.yaml.sed wget https://raw.githubusercontent.com/coredns/deployment
阅读全文
posted @ 2022-07-19 15:42 来自牧羊人
阅读(189)
评论(0)
推荐(0)
MySQL5.7 字符集设置
摘要: MySQL5.7 字符集设置 发布于2021-12-14 11:07:46阅读 2290 MySQL5.7 字符集设置 character-set-client-handshake = FALSE character-set-server = utf8mb4 collation-server = u
阅读全文
posted @ 2022-07-19 11:42 来自牧羊人
阅读(222)
评论(0)
推荐(0)
2022年7月14日
k8s 操作
摘要: 查看所有 pod,svc kubectl get all --all-namespaces -owide 强制删除pod kubectl delete pod dashboard-metrics-scraper-694557449d-zc6tc -n kubernetes-dashboard --f
阅读全文
posted @ 2022-07-14 17:47 来自牧羊人
阅读(35)
评论(0)
推荐(0)
2022年7月7日
ETCD 操作命令
摘要: 查看所有数据 ETCDCTL_API=3 /opt/soft/etcd/bin/etcdctl --cacert=/opt/soft/etcd/ssl/ca.pem --cert=/opt/soft/etcd/ssl/server.pem --key=/opt/soft/etcd/ssl/serve
阅读全文
posted @ 2022-07-07 16:44 来自牧羊人
阅读(306)
评论(0)
推荐(0)
2022年7月6日
git 提示 fatal: Unable to find remote helper for 'http'
摘要: 提示Unable to find remote helper for 'http',发现原来是git安装不完全 的问题造成的。如果是centos,用下面命令安装即可 yum -y install git-core gitk git-gui
阅读全文
posted @ 2022-07-06 16:13 来自牧羊人
阅读(1160)
评论(0)
推荐(0)
2022年6月27日
Nginx 反向代理,流量转发到固定内网 IP 方法
摘要: user nginx;worker_processes 1; error_log /var/log/nginx/error.log warn;pid /var/run/nginx.pid; events { worker_connections 1024;}http { include /etc/n
阅读全文
posted @ 2022-06-27 15:36 来自牧羊人
阅读(1902)
评论(0)
推荐(0)
2022年6月24日
nginx 配置前端多个根路径
摘要: 需求,域名即要能访问www.yuming.com/filename.txt文件 有要能直接访问前端页面 www.yuming.com 因为filename.txt在/data/app/web/test_env/目录下,访问/filename.txt时根目录为/data/app/web/test_en
阅读全文
posted @ 2022-06-24 14:35 来自牧羊人
阅读(1243)
评论(1)
推荐(1)
2022年4月25日
Jenkins 【agentnode】【多node】 并发构建
摘要: https://wenku.baidu.com/view/af591baad3d233d4b14e852458fb770bf78a3ba1.html
阅读全文
posted @ 2022-04-25 17:47 来自牧羊人
阅读(136)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
15
下一页
公告