会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Elar的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
25
下一页
2018年10月1日
[moosefs] storage class
摘要: chapter 1 moosefs 3.1 storage class 功能的介绍 1.1 什么是storage class 在moosefs中,storage class允许指定文件的chunks存放在哪些chunkservers上。 storage class使用label进行表达。 为了与早起
阅读全文
posted @ 2018-10-01 12:04 elar
阅读(571)
评论(0)
推荐(0)
2018年6月20日
go 资料
摘要: channel 底层原理 https://www.youtube.com/watch?v=KBZlN0izeiY go concurrency https://www.youtube.com/watch?v=cN_DpYBzKso https://talks.golang.org/2012/waza
阅读全文
posted @ 2018-06-20 16:14 elar
阅读(157)
评论(0)
推荐(0)
2018年4月4日
select 与 time.After 配合使用的问题
摘要: 今天在工作中发现了一个有趣的现象。 在一个select中设定了两个定时器,本来预计哪个定时器到达就运行相应指令的,但是发现最终只有时间最短的定时器一直得到执行,其它定时器完全没有得到执行。 服务器输出是:
阅读全文
posted @ 2018-04-04 14:12 elar
阅读(425)
评论(0)
推荐(0)
2018年1月2日
[k8s] flexvolume workflow
摘要:
阅读全文
posted @ 2018-01-02 18:07 elar
阅读(257)
评论(0)
推荐(0)
2017年12月14日
kubernetes 学习资料
摘要: 谷歌大神详解 Kubernetes 配置管理最佳方法 https://www.kubernetes.org.cn/3031.html all in on kubernetes https://github.com/metral/nanokube
阅读全文
posted @ 2017-12-14 16:29 elar
阅读(257)
评论(0)
推荐(0)
[rook] rook的控制流
摘要: 以下是rook为一个pod准备可用块存储的过程: 1. rook operator运行,并且在k8s每台机器上运行一个rook agent的pod; 2. 用户创建一个pvc,并指定storageclass使用rook.io/block provisionor; 3. operator provis
阅读全文
posted @ 2017-12-14 15:07 elar
阅读(627)
评论(1)
推荐(0)
2017年11月30日
k8s dev
摘要: 0. install golang 1.9.1 https://golang.org/doc/install 1. development.md https://github.com/kubernetes/community/blob/master/contributors/devel/develo
阅读全文
posted @ 2017-11-30 17:09 elar
阅读(477)
评论(0)
推荐(0)
2017年10月20日
elastic search query & filter & query_string
摘要: 一、基本概念 1、query时,如何指定返回哪些字段 希望返回name和date字段 希望返回以location.*为前缀的字段以及date字段;不希望返回location.geolocation字段。 2、如何对检索到的结果进行排序 3、同时使用多种限制进行查询 4、response中各个字段分别
阅读全文
posted @ 2017-10-20 15:10 elar
阅读(897)
评论(0)
推荐(0)
2017年10月19日
如何保持github的fork于主干同步
摘要: step1: https://help.github.com/articles/configuring-a-remote-for-a-fork/ step2: https://help.github.com/articles/syncing-a-fork/ fork and PR https://g
阅读全文
posted @ 2017-10-19 18:05 elar
阅读(186)
评论(0)
推荐(0)
install ceph by ceph-deploy
摘要: 使用阿里云源安装ceph Luminous https://liuxu.co/2017/09/19/install-ceph-Luminous-on-centos7-with-ceph-deploy/ 0、如果曾经在节点上安装过ceph,那么需要先清理一下环境 ceph-deploy uninsta
阅读全文
posted @ 2017-10-19 17:08 elar
阅读(323)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
25
下一页
公告