When we get FailedScheduling Insufficient memory error, we can review it by "oc describe nodes". > 'FailedScheduling: No nodes are available that match all of the following predicates:: Insufficient memory However in dedicated it's not allowed to view the resource info as the dedicated-admin doesn't have a permission to read OpenShift management namespaces like cluster-reader role. Customer said this information is not available on dedicated dashboard (CEE and Ops cannot verify it since we don't have access to dashboard). On the dedicated dashboard customers can see resource info of all nodes combined (including master and infra nodes so it's not useful to know app nodes resource), and runtime resource information like "free" command output which is not used for scheduling. It'd be great if we can expose app nodes resource information, either on the dashboard or through "oc describe node", so customers don't need to open support cases every time they hit node scheduling resource limit.