Skip to content

Commit

Permalink
add release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Aug 31, 2021
1 parent ff0076c commit 7341634
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Install a kubernetes cluster

```shell script
#install Sealer binaries
wget https://github.com/alibaba/sealer/releases/download/v0.3.4/sealer-v0.3.4-linux-amd64.tar.gz && \
tar zxvf sealer-v0.3.4-linux-amd64.tar.gz && mv sealer /usr/bin
wget https://github.com/alibaba/sealer/releases/download/v0.4.0/sealer-v0.4.0-linux-amd64.tar.gz && \
tar zxvf sealer-v0.4.0-linux-amd64.tar.gz && mv sealer /usr/bin
#run a kubernetes cluster
sealer run kubernetes:v1.19.9 --masters 192.168.0.2 --passwd xxx
```
Expand Down
4 changes: 2 additions & 2 deletions docs/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Docker可以把一个操作系统的rootfs+应用 build成一个容器镜像,s
```shell script
#安装sealer
wget https://github.com/alibaba/sealer/releases/download/v0.3.4/sealer-v0.3.4-linux-amd64.tar.gz && \
tar zxvf sealer-v0.3.4-linux-amd64.tar.gz && mv sealer /usr/bin
wget https://github.com/alibaba/sealer/releases/download/v0.4.0/sealer-v0.4.0-linux-amd64.tar.gz && \
tar zxvf sealer-v0.4.0-linux-amd64.tar.gz && mv sealer /usr/bin
#运行集群
sealer run kubernetes:v1.19.9 # 在公有云上运行一个kubernetes集群
sealer run kubernetes:v1.19.9 --masters 3 --nodes 3 # 在公有云上运行指定数量节点的kuberentes集群
Expand Down
8 changes: 3 additions & 5 deletions release_note.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## release note

### v0.3.3
### v0.4.0

- [x] Cache docker image for build
- [x] Add etcd, shell, label plugin config feature
https://github.com/alibaba/sealer/blob/main/docs/design/plugin.md
- [x] Fixed not requiring login except for Cloud build
- [x] Fixed lite Build not cache images in manifest/*.yaml
- [x] Add etcd, shell, label, hostname plugin config feature
4 changes: 2 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ To install Sealer and prepare the test environment:

```console
#install Sealer binaries
wget https://github.com/alibaba/sealer/releases/download/v0.3.4/sealer-v0.3.4-linux-amd64.tar.gz && \
tar zxvf sealer-v0.3.4-linux-amd64.tar.gz && mv sealer /usr/bin
wget https://github.com/alibaba/sealer/releases/download/v0.4.0/sealer-v0.4.0-linux-amd64.tar.gz && \
tar zxvf sealer-v0.4.0-linux-amd64.tar.gz && mv sealer /usr/bin

#prepare test environment
export ACCESSKEYID={your AK}
Expand Down

0 comments on commit 7341634

Please sign in to comment.