Skip to content

Commit d9205d1

Browse files
author
付少松
committedMar 18, 2021
README.md
1 parent 28a5e3d commit d9205d1

File tree

7 files changed

+43
-0
lines changed

7 files changed

+43
-0
lines changed
 

‎README.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
2+
#### Carina
3+
4+
- carina 是一个CSI插件,在Kubernetes集群中提供本地存储持久卷
5+
- 项目状态:开发测试中
6+
- CSI Version: 1.3.0
7+
8+
#### 支持的环境
9+
10+
- Kubernetes:1.20 1.19 1.18
11+
- Node OS:Linux
12+
- Filesystems:ext4,xfs
13+
14+
#### 支持功能
15+
16+
| Carina功能 | 是否支持 |
17+
| ---------- | -------- |
18+
| 动态pv | 支持 |
19+
| 文件存储 | 支持 |
20+
| 块存储 | 支持 |
21+
| 容量限制 | 支持 |
22+
| 自动扩容 | 支持 |
23+
| 快照 | 不支持 |
24+
| 拓扑 | 支持 |
25+
26+
#### 项目结构
27+
28+
- carina-controller:CSI controller service
29+
- carina-scheduler:custom scheduler
30+
- carina-node:CSI node service
31+
32+
#### 开始
33+
34+
- 目录`deploy/kubernetes` 执行 `./deploy.sh`进行部署,`./deploy.sh uninstall`进行卸载
35+
- 详细部署及使用参考`docs/使用手册.md`
36+
37+
#### 文档
38+
39+
- docs目录包含设计及使用文档
40+
41+
#### 构建镜像
42+
43+
- 使用命令`make release`将构建镜像
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)