-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add image and rpm link in README.md
- Loading branch information
1 parent
57a9722
commit dc89f92
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |