-
Bug
-
Resolution: Can't Do
-
Undefined
-
None
-
4.19.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
When you debug a node ( Compute -> Nodes -> SomeNode -> Terminal, or via CLI oc debug node/<nodeName> ) and you open a separate console window where you open up the spawned debug pods logs, the shell prompt (e.g sh-5.1#) is shown twice at the start of the logs.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Compute -> Nodes -> SomeNode -> Terminal, or via CLI oc debug node/<nodeName>
2. Open another window
3. Search for debug pod. When debugging through UI you can find the pod in a namespace with a 'debug' suffix, when through CLI you can find it in currently active namespace within CLI.
4. Open the debug pod details.
5. Open the logs
Actual results:
The shell prompt is outputed multiple times.
Expected results:
It should be shown only once.
Additional info: