Automatically manage the container-build
SCC if containerBuildCapabilities are enabled
#21764
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
area/dashboard
area/devworkspace-operator
kind/enhancement
A feature request - must adhere to the feature request template.
kind/epic
A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
severity/P1
Has a major impact to usage or development of the system.
Is your enhancement related to a problem? Please describe
As mentioned in this blog post, to allow container build capabilities in workspaces admins and users have to go through some extra steps. Those steps are manual, not documented, and error prone.
Describe the solution you'd like
Che should
containerBuildCapability
is enabled #21768containerBuildCapability
is enabled #21769SETGID
andSETUID
) when developers have container build capabilities #21770controller.devfile.io/scc: container-build
based on the CR property #21756Once those are completed we should change the default of
disableContainerBuildCapabilities
tofalse
(today the default istrue
:The text was updated successfully, but these errors were encountered: