mirror of https://github.com/k3s-io/k3s
Fix a typo.
parent
d118e44320
commit
c2ab5c8246
|
@ -408,7 +408,7 @@ func VerifyPodStartupLatency(latency *PodStartupLatency) error {
|
|||
return fmt.Errorf("too high pod startup latency 90th percentile: %v", latency.Latency.Perc90)
|
||||
}
|
||||
if latency.Latency.Perc99 > podStartupThreshold {
|
||||
return fmt.Errorf("too high pod startup latency 99th percentil: %v", latency.Latency.Perc99)
|
||||
return fmt.Errorf("too high pod startup latency 99th percentile: %v", latency.Latency.Perc99)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue