Masaki Muranaka

Results 46 comments of Masaki Muranaka

@OmerMajNition FYI: There exists a PoC implementation of Theia on Che by @l0rd . https://github.com/l0rd/theia-editor/ Note that it is not "Che-Theia" but a vanilla version of Theia.

I checked the QuickStart on my Macbook (M2 Pro), the latest macOS. It seems to work fine... ``` % bazel run --remote_executor=grpc://localhost:8980 :main INFO: Invocation ID: 30b04d0d-23b3-46d3-ae7f-8a8d40f371ec INFO: Analyzed target...

> Hi! Can you share which userId your bazel-buildfarm-shard-worker-0 is running as? ``` % kubectl exec -it -n bazel-buildfarm bazel-buildfarm-shard-worker-0 -- id uid=0(root) gid=0(root) groups=0(root) ``` And the worker has...

Referring to the previous commit https://github.com/bazelbuild/bazel-buildfarm/commit/b7f56613d1aa5a963beb254028c1ea8e86acb17c , it can be disable cgroups in workers, I think. Does this setting combination work even now? Are there any things I should keep...

Referring to the issue on Kubernetes https://github.com/kubernetes/kubernetes/issues/121190, all Pods can't make a nested Cgroups even if nodes supports CgroupV2 ...

I moved to a new project. So I have less time to track this issue. I close it until I can spend time to track it.