1
0
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:
orangedeng 2019-08-01 10:06:01 +08:00 committed by Craig Jellick
parent f76865eaa2
commit 503eda6fe8

View File

@ -74,7 +74,6 @@ var reverseErrorMap = map[string]bool{
"KernelHasNoDeadlock": true,
"Unschedulable": true,
"ReplicaFailure": true,
"ScalingLimited": true,
}
// True ==