-
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
Getting Started Samples are failing with 'user is not permitted use the container-build SCC' #21824
Comments
Occurs if a workspace is created (/updated to have) the If container build is disabled, DevWorkspaces should not get the |
@amisevsk here is how the resulting DW yaml looks like. Basically, there is no
However, the workspace is failing to start. DWOC created by the operator is the following
Eclipse Che CR looks the following way:
The suspicious thing is that DWO version installed with 7.56.0 is |
@ibuziuk The message in the screenshot suggests that Che is attempting to patch the DevWorkspace to include the SCC -- we don't see it in the DevWorkspace because DWO blocks applying the patch. Does the DevWorkspace there start if you manually set It seems like what's happening when the dashboard is attempting to start the workspace is that it tries to apply a patch that
The second point there causes the patch to be rejected, and so the workspace fails to start. The workspace never even attempts to start, as indicated by the status not having a failed condition. |
looks like there might be a problem with dashboard PR to 7.56.x has been opened eclipse-che/che-dashboard#676 and we are waiting for the final verification from QA |
eclipse-che/che-dashboard#676 has been merged. Closing |
This issue is related to downstream https://issues.redhat.com/browse/CRW-3554 |
sync'd to Red Hat JIRA https://issues.redhat.com/browse/CRW-3561 |
Describe the bug
Che version
7.56@latest
Steps to reproduce
See description
Expected behavior
Workspace started without problems
Runtime
OpenShift
Screenshots
Installation method
OperatorHub
Environment
Linux
Eclipse Che Logs
No response
Additional context
Reproducible against OpenShift 4.10.36 RHPDS cluster
Release notes text
A regression has been introduced in Eclipse Che 7.56 so that when installing Che on OpenShift using operator hub, workspaces started from Getting Started section of User Dashboard would fail to start with the error 'user is not permitted use the container-build SCC'.
The text was updated successfully, but these errors were encountered: