-
Notifications
You must be signed in to change notification settings - Fork 481
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
add kubepod driver #22
Labels
kind/enhancement
New feature or request
Comments
Bikeshedding: kubepod? kube-pod? k8s-pod? (I prefer kube-pod) |
|
AkihiroSuda
referenced
this issue
in AkihiroSuda/buildkit_poc
Apr 19, 2019
Fix moby#769 Relates to tonistiigi/buildx#22 Usage: $ kubectl run --generator=run-pod/v1 --image moby/buildkit:master-rootless bk -- --oci-worker-no-process-sandbox $ export BUILDKIT_HOST=kube-pod://bk Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
AkihiroSuda
referenced
this issue
in AkihiroSuda/buildkit_poc
Apr 19, 2019
Fix moby#769 Relates to tonistiigi/buildx#22 Usage: $ kubectl run --generator=run-pod/v1 --image moby/buildkit:master-rootless bk -- --oci-worker-no-process-sandbox $ export BUILDKIT_HOST=kube-pod://bk Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Maybe we should prioritize adding
|
@AkihiroSuda SGTM, except the k8s objects should probably be created on build/bootstrap, not on create. |
PR #167 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similarly to
docker-container
driver there could be a support tokubepod
driver that bootstraps itself inside a k8s cluster. Kube endpoints indocker context
can be used for providing initial configuration. Switching between drivers implemented in #20 . Would be nice if all supported platforms of k8s workers could be also detected automatically.@AkihiroSuda
The text was updated successfully, but these errors were encountered: