Kubernetes(3)Centos7安装Minikube

序言

 

https://www.cnblogs.com/jhxxb/p/15220729.html

https://minikube.sigs.k8s.io/docs/start/

 

创建了一个属于docker用户组的k8s用户,并切换到该用户

# 创建用户
useradd  -g docker k8s
# 设置用户密码
passwd k8s
# 切换用户
su k8s

 

查看centos版本

cat /etc/redhat-release

 

这里是官方安装过程:https://docs.docker.com/install/linux/docker-ce/centos/#install-docker-ce-1

 

yum install docker-ce-18.06.3.ce-3.el7 docker-ce-cli-18.06.3.ce-3.el7 containerd.io

 

 

资料

https://www.cnblogs.com/jhxxb/p/15220729.html

https://zhuanlan.zhihu.com/p/113260767

posted @ 2021-12-12 12:57  ~沐风  阅读(74)  评论(0编辑  收藏  举报