rancher部署K8S
Posted su-per-man
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rancher部署K8S相关的知识,希望对你有一定的参考价值。
环境:centos7
docker
日期准确
关闭防火墙
安装docker
创建
vim /etc/docker/daemon.json
"registry-mirrors": [ "https://registry.docker-cn.com"]
安装rancher
docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher
以上是关于rancher部署K8S的主要内容,如果未能解决你的问题,请参考以下文章