Bug 1525842
| Summary: | [RFE] Allow dedicated admin to view current scheduled resource and free resource | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Takayoshi Kimura <tkimura> |
| Component: | Unknown | Assignee: | Abhishek Gupta <abhgupta> |
| Status: | CLOSED DEFERRED | QA Contact: | Xiaoli Tian <xtian> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.x | CC: | aos-bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-05-01 00:27:45 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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.