Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
  • Loading branch information
ivankatliarchuk and mloiseleur authored Jan 31, 2025
1 parent 4608029 commit e2ff84d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/proposal/leader-election.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ subgraph Standby Replicas
end
style C color:#8C52FF,fill:#A6A6A6
style A color:#8C52FF,fill:#00BF63
style D fill:#FFDE59
style D color:#000000,fill:#FFDE59
style E color:#000000,fill:#FFDE59
```

Expand All @@ -68,7 +68,7 @@ flowchart TD

#### Enable Leader Election

Minimum supported cluster version is `v1.26`.
Minimum supported Kubernetes version is `v1.26`.

> Currently, this feature is "opt-in". The `--enable-leader-election` flag must be explicitly provided to activate it in the service.
Expand Down Expand Up @@ -111,6 +111,7 @@ args:
### **Why Leader Election is Important**

Leader election ensures that:

- **High Availability**: Fail-over to a new leader ensures availability even if the current leader goes down.
- **Data Consistency**: Only one leader acts on critical tasks, preventing duplicate work or conflicting updates.
- **Workload Distribution**: Secondary replicas can be on standby, reducing resource contention.
Expand Down

0 comments on commit e2ff84d

Please sign in to comment.