LowResourceMonitor.getReasons should include detailed reason instead of hard-coded message (#9337) (#9338)
This commit is contained in:
parent
5f25f5b389
commit
f43ca5d554
|
@ -280,7 +280,7 @@ public class LowResourceMonitor extends ContainerLifeCycle
|
|||
{
|
||||
if (lowResourceCheck.isLowOnResources())
|
||||
{
|
||||
reasons = lowResourceCheck.toString();
|
||||
reasons = lowResourceCheck.getReason();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue