摘要: > kubernetes 1.5.3, 配置文档 # 1 初始化环境 ## 1.1 环境: | 节 点 | I P || | ||node-1|10.6.0.140||node-2|10.6.0.187||node-3|10.6.0.188| ## 1.2 设置hostname | I P | ho 阅读全文
posted @ 2017-02-02 22:45 小皮球 阅读(395) 评论(0) 推荐(0)
摘要: CentOS 7.0 关闭防火墙 CentOS 7.0默认使用的是firewall作为防火墙,使用iptables必须重新设置一下 1、直接关闭防火墙 systemctl stop firewalld.service #停止firewall systemctl disable firewalld.s 阅读全文
posted @ 2017-02-02 21:09 小皮球 阅读(309) 评论(0) 推荐(0)
摘要: 1、安装 : yum install docker 2、配置自启动 3、测试是否安装成功 4、配置阿里容器加速镜像 参考:https://cr.console.aliyun.com/?spm=5176.1971733.2.28.t2Sukx#/accelerator 阅读全文
posted @ 2017-02-02 20:58 小皮球 阅读(418) 评论(0) 推荐(0)
摘要: As we all know, “ifconfig” command is used to configure a network interfaces in GNU/Linux systems. It displays the details of a network interface card 阅读全文
posted @ 2017-02-02 20:13 小皮球 阅读(339) 评论(0) 推荐(0)