mirror of
https://github.com/rancher/types.git
synced 2025-09-03 14:14:32 +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:
committed by
Craig Jellick
parent
f76865eaa2
commit
503eda6fe8
@@ -74,7 +74,6 @@ var reverseErrorMap = map[string]bool{
|
||||
"KernelHasNoDeadlock": true,
|
||||
"Unschedulable": true,
|
||||
"ReplicaFailure": true,
|
||||
"ScalingLimited": true,
|
||||
}
|
||||
|
||||
// True ==
|
||||
|
Reference in New Issue
Block a user