Skip to content

Commit

Permalink
docs: 更新 k8s.x.y.z.tar.gz 解压命令
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong authored and gjmzj committed Apr 18, 2019
1 parent 27ddcf8 commit 90309e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/00-planning_and_overall_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ git clone --depth=1 https://github.com/gjmzj/kubeasz.git /etc/ansible
请从分享的[百度云链接](https://pan.baidu.com/s/1c4RFaA),下载解压到/etc/ansible/bin目录,如果你有合适网络环境也可以按照/down/download.sh自行从官网下载各种tar包

``` bash
tar xvf k8s.1-13-5.tar.gz # 以安装k8s v1.13.5为例
mv bin/* /etc/ansible/bin
# 以安装k8s v1.13.5为例
tar -xvf k8s.1-13-5.tar.gz -C /etc/ansible
```
- 4.2b [可选]下载离线docker镜像
服务器使用内部yum源/apt源,但是无法访问公网情况下,请下载离线docker镜像完成集群安装;从百度云盘把`basic_images_kubeasz_x.y.tar.gz` 下载解压到`/etc/ansible/down` 目录
Expand Down

0 comments on commit 90309e6

Please sign in to comment.