Skip to content

Commit

Permalink
Merge pull request #29 from gnufied/add-changelog-update-readme
Browse files Browse the repository at this point in the history
Update readme and update changelog
  • Loading branch information
k8s-ci-robot authored Apr 3, 2019
2 parents 316b075 + 5aecc29 commit 6190489
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG-0.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# v0.1.0

## Support Status

Alpha

## Initial release Changelog

* [#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.
* [#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.
* [#31](https://github.com/kubernetes-csi/external-resizer/pull/31) Use lease based leader election.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
This is an external Kubernetes controller which can expand volumes using CSI volume Drivers. It's under heavy development
and of alpha quality.

# Build

```bash
make csi-resizer
```

# Running external resizer

## With mock driver

```bash
./bin/csi-resizer --kubeconfig /var/run/kubernetes/admin.kubeconfig --csi-address /var/lib/kubelet/plugins/csi-mock/csi.sock
```

## Community, discussion, contribution, and support

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

0 comments on commit 6190489

Please sign in to comment.