mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
fix typo
This commit is contained in:
parent
8e9c376cb3
commit
80f96e9abb
@ -172,7 +172,7 @@ type IPVSSchedulerMethod string
|
|||||||
const (
|
const (
|
||||||
// RoundRobin distributes jobs equally amongst the available real servers.
|
// RoundRobin distributes jobs equally amongst the available real servers.
|
||||||
RoundRobin IPVSSchedulerMethod = "rr"
|
RoundRobin IPVSSchedulerMethod = "rr"
|
||||||
// WeightedRoundRobin assigns jobs to real servers proportionally to there real servers' weight.
|
// WeightedRoundRobin assigns jobs to real servers proportionally to their real servers' weight.
|
||||||
// Servers with higher weights receive new jobs first and get more jobs than servers with lower weights.
|
// Servers with higher weights receive new jobs first and get more jobs than servers with lower weights.
|
||||||
// Servers with equal weights get an equal distribution of new jobs.
|
// Servers with equal weights get an equal distribution of new jobs.
|
||||||
WeightedRoundRobin IPVSSchedulerMethod = "wrr"
|
WeightedRoundRobin IPVSSchedulerMethod = "wrr"
|
||||||
|
Loading…
Reference in New Issue
Block a user