Skip to content

Commit 6190489

Browse files
authored
Merge pull request #29 from gnufied/add-changelog-update-readme
Update readme and update changelog
2 parents 316b075 + 5aecc29 commit 6190489

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGELOG-0.1.0.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# v0.1.0
2+
3+
## Support Status
4+
5+
Alpha
6+
7+
## Initial release Changelog
8+
9+
* [#1](https://github.com/kubernetes-csi/external-resizer/pull/1) Add a external resize controller which monitors Persistent volume claims and performs CSI `ControllerExpandVolume` as needed.
10+
* [#26](https://github.com/kubernetes-csi/external-resizer/pull/26) If plugin does not implement `ControllerExpandVolume` it performs a no-op expansion and updates PV object.
11+
* [#31](https://github.com/kubernetes-csi/external-resizer/pull/31) Use lease based leader election.

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
```bash
9+
make csi-resizer
10+
```
11+
12+
# Running external resizer
13+
14+
## With mock driver
15+
16+
```bash
17+
./bin/csi-resizer --kubeconfig /var/run/kubernetes/admin.kubeconfig --csi-address /var/lib/kubelet/plugins/csi-mock/csi.sock
18+
```
19+
620
## Community, discussion, contribution, and support
721

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

0 commit comments

Comments
 (0)