mirror of
https://github.com/rancher/types.git
synced 2025-06-26 13:41:33 +00:00
Remove scaling limited from error map
**Problem:** The `ScalingLimited` will set to true when the target workload's cpu useage is zero. In this case, we should not set state to error. **Solution:** Remove `ScalingLimited` from reverseErrorMap.
This commit is contained in:
parent
f76865eaa2
commit
503eda6fe8
@ -74,7 +74,6 @@ var reverseErrorMap = map[string]bool{
|
||||
"KernelHasNoDeadlock": true,
|
||||
"Unschedulable": true,
|
||||
"ReplicaFailure": true,
|
||||
"ScalingLimited": true,
|
||||
}
|
||||
|
||||
// True ==
|
||||
|
Loading…
Reference in New Issue
Block a user