-
Bug
-
Resolution: Unresolved
-
Blocker
-
3.23.0.GA
-
False
-
-
False
-
-
Description of problem:
When using the desktop VSCode and SSH when client clicks on new terminal it opens up in the che-code-sshd container and not the main container defined in the devfile.
This resulted in problem where the node application was getting SIGKILL by the kernel because it was using more memory which is the limit for the che-code-sshd container.
Since there is no way to do a new terminal from container in the ssh mode like there is in the web version client need to do an oc rsh into the correct container before running the builds for node application.
Workaround:
NA
Prerequisites (if any, like setup, operators/versions):
Red Hat OpenShift Dev Spaces : 3.23
Actual results:
The new terminal opens up in the che-code-sshd container and not the main container defined in devfile.
Expected results:
The main container defined in the devfile should open up .
Reproducibility (Always/Intermittent/Only Once):
Always