Skip to content

Update defaultComponents in CheCluster to support user namespaces#2

Open
cgruver wants to merge 1 commit intojeffcpullen:mainfrom
cgruver:main
Open

Update defaultComponents in CheCluster to support user namespaces#2
cgruver wants to merge 1 commit intojeffcpullen:mainfrom
cgruver:main

Conversation

@cgruver
Copy link
Contributor

@cgruver cgruver commented Oct 2, 2025

"defaultComponents": [
                        {
                            "attributes": {
                                "container-overrides": {
                                    "securityContext": {
                                        "procMount": "Unmasked"
                                    }
                                },
                                "pod-overrides": {
                                    "metadata": {
                                        "annotations": {
                                            "io.kubernetes.cri-o.Devices": "/dev/fuse,/dev/net/tun"
                                        }
                                    },
                                    "spec": {
                                        "hostUsers": false
                                    }
                                }
                            },
                            "container": {
                                "image": "quay.io/cgruver0/che/dev-tools:latest",
                                "memoryLimit": "6Gi",
                                "mountSources": true,
                                "sourceMapping": "/projects"
                            },
                            "name": "dev-tools"
                        }
                    ],

Signed-off-by: cgruver <cgruver@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant