Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove leader election #170

Conversation

nikhil-thomas
Copy link
Contributor

@nikhil-thomas nikhil-thomas commented Oct 5, 2022

The existing leader election in this operator is leader-for-life (instead of leader-with-lease). This is blocking our upgrades. We shall improve the leader election in a future patch.
issue: #171

Remove operator-framework based leader election from main

Remove obsolete incluster flag from main

Run go mod tidy and go mod vendor

Author: Jaime Melis [email protected]
Date: Wed Oct 5 11:17:00 2022 +0200

Remove obsolete `incluster` flag frm main

Run `go mod tidy` and `go mod vendor`

Author:    Jaime Melis <[email protected]>
Date:      Wed Oct 5 11:17:00 2022 +0200
@openshift-ci
Copy link

openshift-ci bot commented Oct 5, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jmelis, nikhil-thomas

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

The pull request process is described here

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

@openshift-ci openshift-ci bot added the approved label Oct 5, 2022
@openshift-merge-robot openshift-merge-robot merged commit 2edcf0a into app-sre:master Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants