摘要: k8s 1.10群集配置过程 centos7 ###kubeadm kubeneters 1.10.0安装 centos7 ######基础配置 所有节点 ##################################################### ################## 阅读全文
posted @ 2019-11-12 11:47 些许记忆 阅读(304) 评论(0) 推荐(0)
摘要: openstack 给虚拟机添加网卡 ######下面标颜色的地方需要替换为需要新建的接口IP和所属的网络名称##创建接口 neutron port-create --fixed-ip ip_address=192.168.3.226 public ###将接口绑定到虚拟机 nova interfa 阅读全文
posted @ 2019-11-11 14:23 些许记忆 阅读(1837) 评论(0) 推荐(0)
摘要: kubernetes keepalived配置 yum install -y keepalived echo " global_defs { router_id LVS_DEVEL } vrrp_script check_k8s { script 'curl -sk https://127.0.0. 阅读全文
posted @ 2019-11-08 13:39 些许记忆 阅读(894) 评论(0) 推荐(0)
摘要: openstack haproxy配置 ####所有控制节点配置yum install haproxy -y ############haproxy配置, #允许没VIP时启动 echo "net.ipv4.ip_nonlocal_bind = 1" >>/etc/sysctl.conf sysct 阅读全文
posted @ 2019-11-08 11:54 些许记忆 阅读(704) 评论(0) 推荐(0)
摘要: centos iftop 安装 阅读全文
posted @ 2019-11-01 15:41 些许记忆 阅读(148) 评论(0) 推荐(0)
摘要: 制作openstack windows 2008镜像 ###宿主机操作 #官网地址:https://docs.fedoraproject.org/en-US/quick-docs/creating-windows-virtual-machines-using-virtio-drivers/index 阅读全文
posted @ 2019-11-01 13:29 些许记忆 阅读(632) 评论(0) 推荐(0)
摘要: centos 调整分区大小和lv的扩容 [root@node-1 ~]# fdisk /dev/vda Welcome to fdisk (util-linux 2.23.2). Changes will remain in memory only, until you decide to writ 阅读全文
posted @ 2019-11-01 12:28 些许记忆 阅读(1545) 评论(0) 推荐(1)
摘要: openstack 调整云主机大小 ######在主控制节点和所有的计算机节点做ssh认证 [ ! -f sshkey_tool.sh ] && wget https://files.cnblogs.com/files/blog-lhong/sshkey_tool.sh bash sshkey_to 阅读全文
posted @ 2019-11-01 11:34 些许记忆 阅读(766) 评论(0) 推荐(0)
摘要: openstack 虚拟机增加VIP ###给虚拟机增加VIP #######方法1 source /root/admin-openrc.sh ##查询中网络ID neutron net-list |grep private ###查看网络接口信息 neutron port-list --netwo 阅读全文
posted @ 2019-11-01 09:20 些许记忆 阅读(672) 评论(0) 推荐(0)
摘要: openstack cinder lvm配置 ############ yum install lvm2 -y systemctl enable lvm2-lvmetad.service systemctl restart lvm2-lvmetad.service yes |pvcreate /de 阅读全文
posted @ 2019-10-30 15:56 些许记忆 阅读(661) 评论(0) 推荐(0)