Remote Execution
Status
RBE scheduler is configured in this cluster.
Point Bazel at this cluster
Add to your .bazelrc:
build --remote_cache=grpc://<cas-endpoint>:50051 build --remote_executor=grpc://<cas-endpoint>:50051 build --bes_backend=grpc://<cas-endpoint>:50081 build --remote_instance_name=main
The CAS endpoint is the Service name of your NativeLink CAS deployment, reachable from wherever Bazel runs.
Worker provisioning
Workers are configured via the helm chart values underworkers.specs. Scale and pool composition live there, not in this UI. See the NativeLink chart README for worker spec syntax.