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






会飞の鱼

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

05 2018 档案

 
groovy 环境配置
摘要:win7: 下载 http://www.groovy-lang.org/download.html 将解压后的文件夹里的bin目录加入path环境变量 阅读全文
posted @ 2018-05-30 16:38 会飞の鱼 阅读(164) 评论(0) 推荐(0)
docker registry ui
摘要:https://hub.docker.com/r/parabuzzle/docker-registry-ui/ 阅读全文
posted @ 2018-05-29 21:09 会飞の鱼 阅读(983) 评论(0) 推荐(0)
kubeadmin 部署(centos 7)
摘要:# ls /opt/cni/binbridge dhcp flannel host-device host-local ipvlan loopback macvlan portmap ptp sample tuning vlan cat > /etc/cni/net.d/10-flannel.con 阅读全文
posted @ 2018-05-26 23:36 会飞の鱼 阅读(359) 评论(0) 推荐(0)
pod优先级与抢占测试
摘要:# kubectl describe node k8s-n2Name: k8s-n2Roles: <none>Labels: beta.kubernetes.io/arch=amd64 beta.kubernetes.io/os=linux gpu_type=k20m kubernetes.io/h 阅读全文
posted @ 2018-05-22 20:28 会飞の鱼 阅读(750) 评论(0) 推荐(0)
python -m
摘要:影响sys.path 这是两种加载py文件的方式:1叫做直接运行2把模块当作脚本来启动 直接启动是把脚本所在的目录放到了sys.path属性中。模块启动是把你输入命令的目录(也就是当前路径),放到了sys.path属性中*** 1. python -m json.tool (2,3) # echo 阅读全文
posted @ 2018-05-22 10:46 会飞の鱼 阅读(862) 评论(0) 推荐(0)
dns server 配置
摘要:# cat /etc/named.conf//// named.conf//// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS// server as a caching only nameserver 阅读全文
posted @ 2018-05-21 21:44 会飞の鱼 阅读(490) 评论(0) 推荐(0)
etcd 集群恢复
摘要:七个节点,挂了5个,etcd无法访问 参考: https://coreos.com/etcd/docs/latest/op-guide/recovery.html 此次我只恢复了v3的数据 在存活的节点上 export ETCDCTL_API=3 alias etcdctl="etcdctl --e 阅读全文
posted @ 2018-05-20 17:32 会飞の鱼 阅读(405) 评论(0) 推荐(0)
etcd ui
摘要:https://github.com/henszey/etcd-browser docker build --build-arg http_proxy=http://109.105.4.17:3128 --build-arg https_proxy=http://109.105.4.17:8119 阅读全文
posted @ 2018-05-20 12:45 会飞の鱼 阅读(504) 评论(0) 推荐(0)
powerdns
摘要:powerdns http://bbs.51cto.com/thread-880297-1.html https://blog.csdn.net/kepa520/article/details/79142146 http://bbs.chinaunix.net/thread-3592697-1-1. 阅读全文
posted @ 2018-05-18 20:32 会飞の鱼 阅读(189) 评论(0) 推荐(0)
sysdig
摘要:centos 7 安装 https://sysdig.com/opensource/sysdig/install/ 1) Trust the Draios GPG key, configure the yum repository rpm --import https://s3.amazonaws. 阅读全文
posted @ 2018-05-17 19:08 会飞の鱼 阅读(245) 评论(0) 推荐(0)
minikube
摘要:# lsmod |grep kvmkvm_intel 170181 0 kvm 554609 1 kvm_intelirqbypass 13503 1 kvm systemctl start libvirtd systemctl enable libvirtd # minikube start -- 阅读全文
posted @ 2018-05-15 23:57 会飞の鱼 阅读(803) 评论(0) 推荐(0)
proxychains 安装
摘要:一、安装下载源码: 编译和安装: 如果执行make && make install时提示make: cc: Command not found错误 这是由于新安装的Linux系统没有安装gcc环境,需要安装gcc 二、配置proxychains-ng的配置非常简单,只需将代理加入[ProxyList 阅读全文
posted @ 2018-05-15 22:57 会飞の鱼 阅读(843) 评论(0) 推荐(0)
网络性能测试
摘要:安装 阅读全文
posted @ 2018-05-15 18:04 会飞の鱼 阅读(152) 评论(0) 推荐(0)
Flexvolume
摘要:https://kubernetes.io/docs/concepts/storage/volumes/ https://github.com/kubernetes/community/blob/master/contributors/devel/flexvolume.md example: htt 阅读全文
posted @ 2018-05-14 20:23 会飞の鱼 阅读(221) 评论(0) 推荐(0)
kubectl 获取信息
摘要:获取pod所在节点的ip kubectlget po tiller-deploy-8694f8fddc-c2rql -n kube-system -o jsonpath='{.status.hostIP}' 获取pod 所在节点的主机名 kubectl describe po tiller-depl 阅读全文
posted @ 2018-05-12 17:37 会飞の鱼 阅读(489) 评论(0) 推荐(0)
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)
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 会飞の鱼 阅读(307) 评论(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 会飞の鱼 阅读(1894) 评论(0) 推荐(0)
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 会飞の鱼 阅读(318) 评论(0) 推荐(0)
docker registry2
摘要:https://blog.csdn.net/mideagroup/article/details/52052618 阅读全文
posted @ 2018-05-06 16:15 会飞の鱼 阅读(258) 评论(0) 推荐(0)
Spring boot banner
摘要:http://patorjk.com/software/taag /src/main/resources/banner.txt 阅读全文
posted @ 2018-05-06 10:19 会飞の鱼 阅读(168) 评论(0) 推荐(0)
ingress 密码验证
摘要:traefik ingress 上面的方式需要引入haprox或者nginx,多引入了一个代理转发层,其实ingress本身就提供了basic auth的支持,在ingress规则中添加额外的认证annotations即可。 首先,我们需要创建用于存储用户名和密码的htpasswd文件 然后,然后创 阅读全文
posted @ 2018-05-05 15:18 会飞の鱼 阅读(1316) 评论(0) 推荐(0)
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)