Skip to content

Commit 5c3fdf7

Browse files
committed
Update readme and update changelog
1 parent e339d21 commit 5c3fdf7

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG-0.1.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# v0.1.0
2+
3+
## Initial release Changelog
4+
5+
* Add a external resize controller which monitors Persistent volume claims and performs
6+
CSI `ControllerExpandVolume` as needed. If plugin does not implement `ControllerExpandVolume` it performs a no-op expansion
7+
and updates PV object.
8+

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
This is an external Kubernetes controller which can expand volumes using CSI volume Drivers. It's under heavy development
44
and of alpha quality.
55

6+
# Build
7+
8+
9+
```bash
10+
make csi-resizer
11+
```
12+
13+
# Running external resizer
14+
15+
## With mock driver
16+
17+
```bash
18+
./bin/csi-resizer --kubeconfig /var/run/kubernetes/admin.kubeconfig --csi-address /var/lib/kubelet/plugins/csi-mock/csi.sock
19+
```
20+
621
## Community, discussion, contribution, and support
722

823
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).

0 commit comments

Comments
 (0)