From dc89f92966e53156c608f5212aeb4c4ed5cddb42 Mon Sep 17 00:00:00 2001 From: whitehatboxer <1158309131@qq.com> Date: Wed, 5 Jun 2024 15:00:12 +0800 Subject: [PATCH] doc: add image and rpm link in README.md --- README.md | 23 +++++++++++++++++++++++ docs/install/resource.md | 15 +++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 docs/install/resource.md diff --git a/README.md b/README.md index 50a959d..563e459 100644 --- a/README.md +++ b/README.md @@ -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) + + 版本清单 + + + + + + + + + + + + + + + + +
操作系统离线包下载链接
1.26.15centos7获取
+ - 集群指南 - [单节点集群](docs/install/all-in-one.md) 单节点集群的快速部署 @@ -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) diff --git a/docs/install/resource.md b/docs/install/resource.md new file mode 100644 index 0000000..cb229ae --- /dev/null +++ b/docs/install/resource.md @@ -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 +``` \ No newline at end of file