Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Use an already running Buildkit service #138

Open
eldad87 opened this issue Jan 7, 2023 · 0 comments
Open

Use an already running Buildkit service #138

eldad87 opened this issue Jan 7, 2023 · 0 comments

Comments

@eldad87
Copy link

eldad87 commented Jan 7, 2023

Describe the problem/challenge you have
Given a cluster with Buildkit installed, buildkit-cli will launches a new instance regardless.

Description of the solution you'd like
Provide an ability to use/connect an existing Buildkit pod/service/etc, for example:

kubectl buildkit use
  --addr tcp://127.0.0.1:1234 \
  --tlscacert .certs/client/ca.pem \
  --tlscert .certs/client/cert.pem \
  --tlskey .certs/client/key.pem
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant