摘要:
安装 参考: https://docs.saltproject.io/en/latest/topics/installation/index.html https://repo.saltproject.io/#rhel rpm 安装。 下载地址清单: salt salt-master salt-ap 阅读全文
posted @ 2022-02-02 20:44
Coodyzのblog
阅读(82)
评论(0)
推荐(0)
摘要:
# k8s 笔记 [TOC] ## 安装 ### 环境预准备 1. 安装 docker: ```sh curl -sSL https://get.daocloud.io/docker | sh systemctl enable docker systemctl start docker ``` 2. 阅读全文
posted @ 2022-02-02 20:41
Coodyzのblog
阅读(143)
评论(0)
推荐(0)