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

Implement leader election #236

Merged
merged 4 commits into from
Jul 8, 2019
Merged

Implement leader election #236

merged 4 commits into from
Jul 8, 2019

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Jul 7, 2019

This PR adds leader election to Flagger and allows running multiple instances per cluster.

Install Flagger HA with pod anti affinity:

helm upgrade -i flagger flagger/flagger \
--namespace flagger-system \
--set leaderElection.enabled=true \
--set leaderElection.replicaCount=2

Fix: #106

@stefanprodan stefanprodan merged commit 73c3e07 into master Jul 8, 2019
@stefanprodan stefanprodan deleted the leader-election branch July 8, 2019 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flagger HA mode
1 participant