mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Fix a typo.
This commit is contained in:
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)
|
return fmt.Errorf("too high pod startup latency 90th percentile: %v", latency.Latency.Perc90)
|
||||||
}
|
}
|
||||||
if latency.Latency.Perc99 > podStartupThreshold {
|
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
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user