Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add image and rpm link in README.md #31

Merged
merged 4 commits into from
Jun 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,27 @@ 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

- 离线包准备
- 版本清单

<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/offline.md)

- 集群指南
Expand Down
Loading