vmware-archive / buildkit-cli-for-kubectl

BuildKit CLI for kubectl is a tool for building container images with your Kubernetes cluster
Other
499 stars 41 forks source link

Use an already running Buildkit service #138

Open eldad87 opened 1 year ago

eldad87 commented 1 year ago

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