Skip to content

Add leader election#2501

Merged
knative-prow-robot merged 6 commits into
knative:masterfrom
pmorie:leader-election
Feb 27, 2020
Merged

Add leader election#2501
knative-prow-robot merged 6 commits into
knative:masterfrom
pmorie:leader-election

Conversation

@pmorie
Copy link
Copy Markdown
Contributor

@pmorie pmorie commented Feb 4, 2020

Fixes knative/pkg#1007

Proposed Changes

Release Note

Add support for leader election

@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Feb 4, 2020
@knative-prow-robot knative-prow-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 4, 2020
@pmorie pmorie changed the title Leader election WIP: Add leader election Feb 4, 2020
@knative-prow-robot knative-prow-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 4, 2020
Comment thread Gopkg.toml Outdated
[[override]]
name = "knative.dev/pkg"
branch = "master"
source = "github.com/pmorie/pkg"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HEADS UP: DO NOT SUBMIT

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean DO or DO NOT

@n3wscott
Copy link
Copy Markdown
Contributor

n3wscott commented Feb 4, 2020

Are you also suggesting that things like Broker should do this too?

@pmorie pmorie changed the title WIP: Add leader election Add leader election Feb 24, 2020
@knative-prow-robot knative-prow-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 24, 2020
@pmorie
Copy link
Copy Markdown
Contributor Author

pmorie commented Feb 25, 2020

/retest

@pmorie
Copy link
Copy Markdown
Contributor Author

pmorie commented Feb 25, 2020

It looks to me like the autoTLS failure is due to the issue that knative/serving#7014 fixes

@n3wscott
Copy link
Copy Markdown
Contributor

/approve
/Lgtm
/Hold
for repointing of the PKG branch

@knative-prow-robot knative-prow-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 26, 2020
@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 26, 2020
@knative-prow-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: n3wscott, pmorie

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 26, 2020
@knative-prow-robot knative-prow-robot removed the lgtm Indicates that a PR is ready to be merged. label Feb 26, 2020
- watch
- create
- update
- patch No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add trailing newline:

Suggested change
- patch
- patch

@@ -0,0 +1 @@
core/configmaps/leader-election.yaml No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add trailing newline:

Suggested change
core/configmaps/leader-election.yaml
core/configmaps/leader-election.yaml

@knative-metrics-robot
Copy link
Copy Markdown

The following is the coverage report on the affected files.
Say /test pull-knative-eventing-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/apis/configs/validation/leader_election.go Do not exist 85.7%

@n3wscott
Copy link
Copy Markdown
Contributor

/lgtm
/unhold

@knative-prow-robot knative-prow-robot added lgtm Indicates that a PR is ready to be merged. and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Feb 27, 2020
@knative-prow-robot knative-prow-robot merged commit 26c0086 into knative:master Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Track] Active/passive HA

6 participants