Skip to content

Commit

Permalink
Merge pull request #135 from andrewsykim/leaderelection
Browse files Browse the repository at this point in the history
Use leader election library from csi-lib-utils
  • Loading branch information
k8s-ci-robot authored Apr 5, 2019
2 parents f828a21 + eddfb81 commit 70a1411
Show file tree
Hide file tree
Showing 495 changed files with 111,849 additions and 26,471 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Deprecations

* Command line flag `-connection-timeout` is deprecated and has no effect.
* Command line flag `--leader-election-identity` is deprecated and has no effect.
* Command line flag `--leader-election-type` is deprecated. Support for Configmaps-based
leader election will be removed in the future in favor of Lease-based leader election.
The default currently remains as `configmaps` for backwards compatibility.

## Notable Features

Expand All @@ -14,6 +18,8 @@

* README.md has been significantly enhanced. ([#130](https://github.com/kubernetes-csi/external-attacher/pull/130))

* Add support for Lease based leader election. Enable this by setting `--leader-election-type=leases` ([#135](https://github.com/kubernetes-csi/external-attacher/pull/135))

## Other notable changes

* Update vendor to bring in updated CSI translation library ([#133](https://github.com/kubernetes-csi/external-attacher/pull/133))
Expand Down
Loading

0 comments on commit 70a1411

Please sign in to comment.