logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Kubernetes安装部署及卸载

1. 安装要求在开始之前,部署Kubernetes集群机器需要满足以下几个条件:一台或多台机器,操作系统 CentOS7.x-86_x64硬件配置:2GB或更多RAM,2个CPU或更多CPU,硬盘30GB或更多可以访问外网,需要拉取镜像,如果服务器不能上网,需要提前下载镜像并导入节点禁止swap分区2. 准备环境角色IPk8smaster172.16.103.235k8snode1172.16.9

#linux#运维#服务器
去除污点node-role.kubernetes.io/master:NoSchedule

k8s taint命令让master节点参与调度(去除污点node-role.kubernetes.io/master:NoSchedule)_学亮编程手记的博客-CSDN博客_node-role.kubernetes.io/master-

#kubernetes
去除污点node-role.kubernetes.io/master:NoSchedule

k8s taint命令让master节点参与调度(去除污点node-role.kubernetes.io/master:NoSchedule)_学亮编程手记的博客-CSDN博客_node-role.kubernetes.io/master-

#kubernetes
到底了