Skip to content

Commit

Permalink
disk support block volume
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkan committed Mar 8, 2019
1 parent c1f4f76 commit 87fcb89
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/disk.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@

## Disk CSI Plugin
## Disk CSI-Plugin

An Disk CSI plugin is available to help simplify storage management.
Once user creates PVC with the reference to a Disk storage class, disk and
corresponding PV object gets dynamically created and becomes ready to be used by
workloads.

CSI plugin supports disk snapshot now, you can refer to [disk-snapshot](./disk-snapshot.md)
## Features Support

**Disk Snapshot:** [disk-snapshot](./disk-snapshot.md)

**Block Volumes:** [disk-snapshot](./disk-snapshot.md)


## Configuration Requirements

* Secret object with the authentication key for Disk
* StorageClass with diskplugin (default diskplugin.csi.alibabacloud.com name) as a provisioner name and information about disk(zoneId, regionId, type)
* Service Accounts with required RBAC permissions

## Feature Status
Alpha

## Compiling and Package
diskplugin.csi.alibabacloud.com can be compiled in a form of a container.
Expand All @@ -30,9 +33,9 @@ $ cd build && sh build-disk.sh
[![](demo.png)](http://cloud.video.taobao.com/play/u/1962692024/p/1/e/6/t/1/50224108448.mp4)


## Usage
## How to Use

### Prerequisite
### Requirements

You can create a Kubernetes Cluster on [Alibaba cloud Container Service](https://help.aliyun.com/product/25972.html?spm=a2c4g.750001.2.3.A7g9FZ)

Expand Down

0 comments on commit 87fcb89

Please sign in to comment.