Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 484 Bytes

File metadata and controls

13 lines (10 loc) · 484 Bytes

Bazel RBE with Buildbuddy

To install buildbuddy executor to a k8s cluster, run the following from the workspace root.

helm repo add buildbuddy https://helm.buildbuddy.io

BB_EXECUTOR_API_KEY=<api_key> \
IMAGE_TAG="$(grep DOCKER_IMAGE_TAG "docker.properties" | cut -d= -f2)" \
envsubst < k8s/devinfra/buildbuddy-executor/values.yaml | \
helm upgrade --install -f - buildbuddy buildbuddy/buildbuddy-executor --create-namespace -n pixie-executors