Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure to use existing buildx builders on Kubernetes cluster? #111

Open
abatilo opened this issue Oct 18, 2021 · 3 comments
Open

Configure to use existing buildx builders on Kubernetes cluster? #111

abatilo opened this issue Oct 18, 2021 · 3 comments

Comments

@abatilo
Copy link

abatilo commented Oct 18, 2021

If I were to configure a pool of buildx agents on a Kubernetes cluster ahead of time, is there a way to basically tell this action to use those instead of creating new pods? This way I could leverage the caches on nodes.

@jamezrin
Copy link

@ddelange
Copy link

+1! I'm guessing this is a duplicate of docker/buildx#23

@pl4nty
Copy link

pl4nty commented Oct 23, 2023

This is now available via the remote driver

- uses: docker/setup-buildx-action@v3.0.0
  with:
    driver: remote
    endpoint: tcp://buildkitd.tplant.com.au:1234
  env:
    BUILDER_NODE_0_AUTH_TLS_CACERT: ${{ secrets.BUILDKIT_ARM_CA }}
    BUILDER_NODE_0_AUTH_TLS_CERT: ${{ secrets.BUILDKIT_ARM_CERT }}
    BUILDER_NODE_0_AUTH_TLS_KEY: ${{ secrets.BUILDKIT_ARM_KEY }}

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

No branches or pull requests

4 participants