Kubernetes实战(九)——Node节点部署
1.部署kubelet
1.二进制包准备:将软件包从linux-node1复制到linux-node2中
[root@linux-node1 ~]# cd /usr/loca...Continue reading >>
Kubernetes实战(八)——Master节点部署
◎部署组件

◎Master各组件作用

部署Kubernetes API服务部署
1.准备软件包
[root@linux-node1 ~]# cd /usr/local/src/k...Continue reading >>
Kubernetes实战(七)——手动部署ETCD集群
1.准备etcd软件包
etcd官网下载:https://github.com/coreos/etcd-operator

wget https://github.com/coreos/etcd/...Continue reading >>
Kubernetes实战(六)——系统初始化与CA证书创建和分发
系统环境初始化
1.安装Docker
第一步:使用国内Docker源
[root@linux-node1 ~]# cd /etc/yum.repos.d/ [root@lin...Continue reading >>
Vmware打开虚机“无法打开内核设备”报错
使用vmware提示无法打开内核设备 \\.\Global\vmx86: 系统找不到指定的文件
问题描述:vmware没有正常关闭,再次打开使用时蓝屏,在安全模式下再次打开不会蓝屏,但提示“无法打开内核...
Continue reading >>
