查看网络,没有配置公网IP
添加华为云源
https://support.huaweicloud.com/ecs_faq/ecs_faq_1003.html
关闭swap,注释swap分区
安装常用包
使用aliyun源安装docker-ce
yum -y install docker-ce安装
出问题,使用阿里云
执行yum -y install docker-ce
切换到centos 7.6的系统
yum install -y etcd kubernetes修改配置文件
Docker配置文件为/etc/sysconfig/docker,其中OPTIONS的内容设置为OPTIONS='--selinux-enabled=false --insecure-registry gcr.io'
Kubernetes apiserver配置文件为/etc/kubernetes/apiserver,把–admission_control参数中的ServiceAccount删除。
启动服务
https://www.kubernetes.org.cn/7189.html