会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
fuhaizi
if:1.01*365=37.8;if:0.99*365=0.03;if:1.02*365=1377.4;if:0.98*365=0.0006
新随笔
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2018年9月25日
yum安装etcd集群
摘要: 前一篇文章介绍了如何yum安装简单的kubernetes集群,其中etcd是单点部署。本篇我们来搭建etcd集群,方便日后搭建kubernetes HA集群架构。 1,环境配置说明 etcd1 192.168.20.71 etcd2 192.168.20.72 etcd3 192.168.20.73
阅读全文
posted @ 2018-09-25 15:20 fuhaizi
阅读(6424)
评论(0)
推荐(1)
2018年9月21日
Centos7下yum安装kubernetes
摘要: 一、前言 Kubernetes 是Google开源的容器集群管理系统,基于Docker构建一个容器的调度服务,提供资源调度、均衡容灾、服务注册、动态扩缩容等功能套件,目前centos yum源上最新版本为1.5.2。 本文基于Centos7.5构建Kubernetes平台,在正式介绍之前,大家有必要
阅读全文
posted @ 2018-09-21 16:24 fuhaizi
阅读(14170)
评论(2)
推荐(3)
2018年9月5日
Docker 容器中搭建 nexus npm私库
摘要: 1,版本 dockers :1.13.1 ;nexus 3 2,安装 docker pull liumiaocn/nexus 3,启动 docker run -d -p 8081:8081 -p 8082:8082 -p 8083:8083 --name nexus liumiaocn/nexus
阅读全文
posted @ 2018-09-05 14:38 fuhaizi
阅读(1488)
评论(0)
推荐(0)
2018年8月28日
docker中tomcat日志输出自定义
摘要: 一,默认tomcat日志配置文件 /data/tomcat/conf/logging.properties 1,修改tomcat/conf下的logging.properties 2,访问日志默认配置文件 tomcat/conf/server.xml 二,tomcat启动时默认调用 /bin/cat
阅读全文
posted @ 2018-08-28 14:54 fuhaizi
阅读(9855)
评论(0)
推荐(0)
2018年8月8日
vim开发配置
摘要: 需求:使用vim开发python,可以进行简单配置 set encoding=utf-8"去掉vi的一致性"set nocompatible"显示行号"set numberset nobackupset nowbset noswapfileset noundofileset showcmd" 隐藏滚
阅读全文
posted @ 2018-08-08 16:58 fuhaizi
阅读(197)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告