Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## HEAD

* Add `--election_system` parameter to allow selection of the election system by @osmman in https://github.com/google/trillian/pull/3721
* Add Kubernetes-based leader election system by @osmman in https://github.com/google/trillian/pull/3721

## v1.7.1

### Storage
Expand Down
2 changes: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@
/storage/mysql/schema/* @mhutchinson @AlCutter
/storage/cloudspanner/spanner.sdl @mhutchinson @AlCutter
/storage/postgresql/schema/* @mhutchinson @AlCutter

/util/election2/k8s/* @osmman
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ Pierre Phaneuf <pphaneuf@google.com> <pphaneuf@gmail.com>
Rob Percival <robpercival@google.com>
Rob Stradling <rob@sectigo.com>
Roger Ng <rogerng@google.com> <roger2hk@gmail.com>
Tomas Turek <tturek@redhat.com>
Vishal Kuo <vishalkuo@gmail.com>
9 changes: 5 additions & 4 deletions docs/Feature_Implementation_Matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@ Supported monitoring frameworks, allowing for production monitoring and alerting

Supported frameworks for providing Master Election.

| Election | Status | Deployed in prod | Notes |
|:--- | :---: | :---: |:--- |
| Chubby | GA | ✓ | Google internal-only. |
| etcd | GA | ✓ | |
| Election | Status | Deployed in prod | Notes |
|:---------|:------:|:----------------:|:---------------------------------------------------------------------------------------|
| Chubby | GA | ✓ | Google internal-only. |
| etcd | GA | ✓ | |
| k8s | Alpha | | Supported by [Tomas Turek](https://github.com/osmman) at [Red Hat](https://redhat.com) |

### Quota

Expand Down