-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it possible to specify path for command execution in its configuration #11866
Comments
In Che 7 use-case machine name is controlled by a plugin author and Che master code. So, it is subject to change without user awareness. And if this happens a command would not work. |
Blocked by kubernetes/kubernetes#71350 |
Can't we just |
@AndrienkoAleksandr ^^ ? |
Yes, we can do it like workaround. |
Ok let's start with that because I am afraid it will take years to have a patch on Kubernetes |
@AndrienkoAleksandr Looks like exec sidecar respects |
@AndrienkoAleksandr wdyt ?? |
Description
To make command execution more flexible and compatible with new
devfile
feature, it is proposed to add possibility to specify the path inside machine where the command should be executed.It can be passed through the
workingDir
attribute of the command.Example:
The text was updated successfully, but these errors were encountered: