Implement an ability to specify container for commands for K8s/OS tool with multiple containers #12606
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P1
Has a major impact to usage or development of the system.
Description
Now commands for K8s/OS tool in devfile work fine only if the tool has one container.
It is needed to improve UX of K8s/OS tool commands if the tool has multiple containers.
There are two different improvements directions:
IDE should propose to user choose container from tool containers list (now it shows all containers, editors, plugins, Che Utils(like jwtproxy)).
Add an ability in Devfile to specify the concrete container from tool.
It may be done by extending Devfile Command model and introducing new fields like
It is just a proposal that should be discussed in details and there was not made final decision how Command model should be changed to handle this case.
The text was updated successfully, but these errors were encountered: