Description of problem: Console should support debug feature for failed pod or node. As we done for 3.x, console will have link to debug failed status pod. Since 4.1, oc debug has new feature to debug node and also that is the only way to access nodes. So the console will be more better to support it. Version-Release number of selected component (if applicable): 4.2.0-0.nightly-2019-07-24-220922 How reproducible: Steps to Reproduce: 1. As Description 2. 3. Actual results: Expected results: Have entry to debug node on node page Have entry to debug failed pod on pod page Additional info:
We've added debug node in https://github.com/openshift/console/pull/4780 Debug pod should be opened as an RFE in JIRA. Closing as NOTABUG.