Charro Gruver
Charro Gruver
A lot of progress has been made recently on this one. It is now possible to use `podman build` or `buildah` to create a container image. However, the ability to...
Thanks! In the mean time @l0rd, do you have a link to some POC code? I'm running Che off of the `next` stream in my lab. I'd love to get...
@l0rd @edeandrea Quarkus Dev Services appears to work with some tweaking to the RBAC on the eclipse che namespace created for the user. I'm going to attempt to refine it....
This may not be all of the privileges needed for other kubedock functions, but it works for Quarkus dev services: ```yaml apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: quarkus-dev-services rules: -...
@l0rd I don't believe that an SCC is what we need for this, is it? Would it make sense to just incorporate the above in the `eclipse-che-cheworkspaces-clusterrole` ClusterRole definition? The...
> #21640 has been solved. So the problem now is about periodically update the token when a user is using a workspace for more than 2 hours. We are probably...
@l0rd Try this, it works. Create a MachineConfig to enable containers to use `/dev/fuse` ```bash cat
@adejanovski Do you know if this feature request is going to get picked up? Stargate V2 is the main focus of the Stargate team, but AFAIK the only way to...
@ibuziuk I tried creating a DWOC as you mentioned above. It does not appear to work. DWOC: ```yaml apiVersion: controller.devfile.io/v1alpha1 kind: DevWorkspaceOperatorConfig metadata: name: scaling-workspace-config namespace: openshift-devspaces config: workspace: ignoredUnrecoverableEvents:...
I think adding this as a parameter in the CheCluster CRD is a great idea.