Open Fryguy opened 4 years ago
I believe we had issues with VM remote consoles as well right @skateman ?
I don't know, Nick might have sorted them out.
remote console support was added in https://github.com/ManageIQ/manageiq-pods/pull/540, but Nick said he didn't see it working end to end since RHV consoles were different and he didn't have the VMware libs. There's https://github.com/ManageIQ/manageiq-pods/issues/538 to document how to install the right libraries.
Not sure if we can support html5 consoles in RHV any longer, the provider has this option disabled :confused:
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master
, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.
This is a checklist of the things we know do not work in podified, but do work in appliances. If you know of more features, please comment here.
This section describes features that work differently in podified vs. appliances. These differences could mean a less desirable feature set and/or require different documentation.
/sys/fs/cgroup/cpu/cpu.stat
. Limits on memory cause the pod to be OOMKilled viakill -9
with no graceful cleanup. CPU and memory request are used for autoscaling when we get there.oc get events
) are retained, perhaps 4 hours or more. If an object is removed from the system, these events might disappears sooner. If a node or storage had an issue, there might not be an event that there's something wrong. Even worse, that event may not live very long so we could lose post-mortem information./var/log
likely contains other logs that could be relevant. Additionally, these event like logging should be retained in a similar logrotate approach as normal application logging.