Do not set priority on container-build SCC when container-build is enabled #21959
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
area/install
Issues related to installation, including offline/air gap and initial setup
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 container builds are enabled for workspaces, the Che Operator will create an SCC to be used by workspace containers. This SCC is created with a priority of 20, which can cause issues in clusters (if the container-build SCC is chosen over an intended SCC).
Initially, the container build functionality required the higher priority SCC in order to correctly associate the SCC with workspace continers. However, since #21770 is resolved, this should no longer be required.
Che version
7.60@latest
Steps to reproduce
.devEnvironments.disableContainerBuildCapabilites: false
in the CheClustercontainer-build
SCCExpected behavior
SCC should have priority 0 so as to not override other SCCs inadvertently.
Runtime
OpenShift
Screenshots
No response
Installation method
chectl/next, OperatorHub
Environment
other (please specify in additional context)
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: