-
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
[regression] Ephemeral workspaces cannot load plugins #14749
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Milestone
Comments
This is a blocker for rolling Che 7.2 out to production. |
@amisevsk what is the team that is handling the workspace mounts part ? osio or platform ? |
@amisevsk are you able work on this (without compromising the other tasks for this sprint)? |
Closed
Fix available in master. |
The issue wasn't reproduced on Single Che 7.4.0 RC installed on minikube. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Describe the bug
When running a workspace in ephemeral mode on Che 7.2, no plugins can be loaded.
This appears to be due to a change in how volumes are mounted. In non-ephemeral mode, we have
whereas in ephemeral mode, the mount is
which causes the plugin artifacts to be stored at
/plugins/<workspace-id>/plugins/sidecars/redhat_java_latest
instead of/plugins/sidecars/redhat_java_latest
Che version
Steps to reproduce
Create a workspace, toggle the "ephemeral mode" toggle on the overview page, and start it.
Expected behavior
Plugins volume is mounted with a subpath.
The text was updated successfully, but these errors were encountered: