Skip to content

Commit

Permalink
fix: calico cni-plugin下载地址
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgao1983 committed Dec 20, 2017
1 parent 70346e9 commit 513b217
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ ssh-copy-id $IP #$IP为本虚机地址,按照提示输入yes 和root密码
git clone https://github.com/gjmzj/kubeasz.git
mv kubeasz /etc/ansible
# 下载已打包好的binaries,并且解压缩到/etc/ansible/bin目录
# 国内请从我分享的百度云链接下载 https://pan.baidu.com/s/1eSetFSA
# 国内请从分享的百度云链接下载
# 如果你有合适网络环境也可以按照/down/download.sh自行从官网下载各种tar包到 ./down目录,并执行download.sh
tar zxvf k8s.184.tar.gz
tar zxvf k8s.190.tar.gz
mv bin/* /etc/ansible/bin
# 配置ansible的hosts文件
cd /etc/ansible
Expand Down
3 changes: 3 additions & 0 deletions down/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ echo https://pkg.cfssl.org/R1.2/cfssl-certinfo_linux-amd64
echo "\n----download calico at:"
echo https://docs.projectcalico.org/v2.6/releases/

echo "\n----download calico cni-plugin at:"
echo https://github.com/projectcalico/cni-plugin/releases

sleep 30

### 准备证书工具程序
Expand Down

0 comments on commit 513b217

Please sign in to comment.