Skip to content

Commit

Permalink
doc: add image and rpm link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whitehatboxer committed Jun 5, 2024
1 parent 57a9722 commit dc89f92
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,30 @@ This session has been tested on Centos7 which supported by python2.7
Learn about Kubez Ansible by reading the documentation online [kubez-ansible](https://www.bilibili.com/video/BV1L84y1h7LE/).

## Supported Components


- 离线包准备
- [离线包准备](docs/install/offline.md)

版本清单

<table>
<tr>
<td height="30px"></td>
<td height="30px">操作系统</td>
<td height="30px">离线包下载链接</td>
</tr>
<tr>
<td rowspan="2" height="30px">1.26.15</td>
<td height="30px">centos7</td>
<td height="30px"><a href="/docs/install/resource.md# 1.26.15">获取</a></td>
</tr>
<tr>
<td height="30px"> </td>
<td height="30px"> </td>
</tr>
</table>


- 集群指南
- [单节点集群](docs/install/all-in-one.md) 单节点集群的快速部署
Expand Down Expand Up @@ -55,6 +77,7 @@ Learn about Kubez Ansible by reading the documentation online [kubez-ansible](ht
- [Pixiu-autoscaler](https://github.com/caoyingjunz/pixiu-autoscaler)
- [PodSet](https://github.com/caoyingjunz/podset-operator)


## 学习分享
- [go-learning](https://github.com/caoyingjunz/go-learning)

Expand Down
15 changes: 15 additions & 0 deletions docs/install/resource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 版本清单

### 1.26.15

#### centos7

镜像链接
```sh
wget http://nas.puzhihao.cn:28080/pixiu/1.26.15/k8s-centos7-v1.26.15_images.tar.gz
```

rpm 链接
```sh
wget http://nas.puzhihao.cn:28080/pixiu/1.26.15/k8s-centos7-v1.26.15-rpm.tar.gz
```

0 comments on commit dc89f92

Please sign in to comment.