• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






会飞の鱼

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 41 下一页

2018年5月11日

centos7 莫名重起的问题
摘要: ausearch -i -m system_boot,system_shutdown | tail -4 type=SYSTEM_BOOT msg=audit(2018年05月10日 07:45:39.813:8) : pid=1697 uid=root auid=unset ses=unset s 阅读全文
posted @ 2018-05-11 12:40 会飞の鱼 阅读(348) 评论(0) 推荐(0)
 

2018年5月8日

fio 测试磁盘
摘要: root@rook-test:/# ceph osd status+ + + + + + + + + +| id | host | used | avail | wr ops | wr data | rd ops | rd data | state |+ + + + + + + + + +| 0 | 阅读全文
posted @ 2018-05-08 14:26 会飞の鱼 阅读(306) 评论(0) 推荐(0)
 
k8s 问题
摘要: kubelet: Orphaned pod "4db449f0-4eaf-11e8-94ab-90b8d042b91a" found, but volume paths are still present on disk : There were a total of 3 errors simila 阅读全文
posted @ 2018-05-08 11:07 会飞の鱼 阅读(1893) 评论(0) 推荐(0)
 

2018年5月7日

too few PGs per OSD (20 < min 30)
摘要: ceph osd pool set replicapool pg_num 150 ceph osd pool set replicapool pgp_num 150 阅读全文
posted @ 2018-05-07 20:36 会飞の鱼 阅读(317) 评论(0) 推荐(0)
 

2018年5月6日

docker registry2
摘要: https://blog.csdn.net/mideagroup/article/details/52052618 阅读全文
posted @ 2018-05-06 16:15 会飞の鱼 阅读(257) 评论(0) 推荐(0)
 
Spring boot banner
摘要: http://patorjk.com/software/taag /src/main/resources/banner.txt 阅读全文
posted @ 2018-05-06 10:19 会飞の鱼 阅读(167) 评论(0) 推荐(0)
 

2018年5月5日

ingress 密码验证
摘要: traefik ingress 上面的方式需要引入haprox或者nginx,多引入了一个代理转发层,其实ingress本身就提供了basic auth的支持,在ingress规则中添加额外的认证annotations即可。 首先,我们需要创建用于存储用户名和密码的htpasswd文件 然后,然后创 阅读全文
posted @ 2018-05-05 15:18 会飞の鱼 阅读(1315) 评论(0) 推荐(0)
 

2018年5月4日

rook 记录
摘要: 更改rook 集群的配置 https://github.com/rook/rook/blob/master/design/cluster-update.md rook集群升级流程 https://rook.io/docs/rook/master/upgrade.html 阅读全文
posted @ 2018-05-04 11:14 会飞の鱼 阅读(160) 评论(0) 推荐(0)
 

2018年4月29日

容器网络之网桥
摘要: 创建网桥 # brctl addbr mhc 绑定到物理网卡(网卡会失效) # brctl addif mhc enp3s0 # ifconfig enp3s0 0.0.0.0 给网桥配置一个ip (启用了) # ifconfig mhc 109.105.4.65 # ifconfig docker 阅读全文
posted @ 2018-04-29 12:36 会飞の鱼 阅读(362) 评论(0) 推荐(0)
 
容器网络之 veth设备
摘要: 创建命名空间 # ip netns add mhc # ip link show1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT qlen 1 link/loopback 00:00:00 阅读全文
posted @ 2018-04-29 12:12 会飞の鱼 阅读(652) 评论(0) 推荐(0)
 
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 41 下一页