Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix to v1.22.0
  • Loading branch information
oldthreefeng authored Aug 23, 2021
1 parent f35e4ef commit 8be8721
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ $ wget -c https://sealyun.oss-cn-beijing.aliyuncs.com/05a3db657821277f5f3b92d834
$ sealos init --passwd '123456' \
--master 192.168.0.2 --master 192.168.0.3 --master 192.168.0.4 \
--node 192.168.0.5 \
--pkg-url /root/kube1.20.0.tar.gz \
--version v1.20.0
--pkg-url /root/kube1.22.0.tar.gz \
--version v1.22.0
```

> 参数含义
Expand All @@ -121,8 +121,8 @@ $ sealos init --passwd '123456' \
passwd|服务器密码|123456
master|k8s master节点IP地址| 192.168.0.2
node|k8s node节点IP地址|192.168.0.3
pkg-url|离线资源包地址,支持下载到本地,或者一个远程地址|/root/kube1.20.0.tar.gz
version|[资源包](https://www.sealyun.com/goodsDetail?type=cloud_kernel&name=kubernetes)对应的版本|v1.20.0
pkg-url|离线资源包地址,支持下载到本地,或者一个远程地址|/root/kube1.22.0.tar.gz
version|[资源包](https://www.sealyun.com/goodsDetail?type=cloud_kernel&name=kubernetes)对应的版本|v1.22.0

> 增加master
Expand Down

0 comments on commit 8be8721

Please sign in to comment.