You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6b65b0c982
Tested with `kind` and GKE. Note: "nodes" shown in `docker buildx ls` are unrelated to Kubernetes "nodes". Probably buildx should come up with an alternative term. Usage: $ kind create cluster $ export KUBECONFIG="$(kind get kubeconfig-path --name="kind")" $ docker buildx create --driver kubernetes --driver-opt replicas=3 --use $ docker buildx build -t foo --load . `--load` loads the image into the local Docker. Driver opts: - `image=IMAGE` - Sets the container image to be used for running buildkit. - `namespace=NS` - Sets the Kubernetes namespace. Defaults to the current namespace. - `replicas=N` - Sets the number of `Pod` replicas. Defaults to 1. - `rootless=(true|false)` - Run the container as a non-root user without `securityContext.privileged`. Defaults to false. - `loadbalance=(sticky|random)` - Load-balancing strategy. If set to "sticky", the pod is chosen using the hash of the context path. Defaults to "sticky" Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> |
5 years ago | |
---|---|---|
.. | ||
app_identity | 5 years ago | |
base | 5 years ago | |
datastore | 5 years ago | |
log | 5 years ago | |
modules | 5 years ago | |
remote_api | 5 years ago | |
urlfetch | 5 years ago | |
api.go | 5 years ago | |
api_classic.go | 5 years ago | |
api_common.go | 5 years ago | |
api_pre17.go | 5 years ago | |
app_id.go | 5 years ago | |
identity.go | 5 years ago | |
identity_classic.go | 5 years ago | |
identity_vm.go | 5 years ago | |
internal.go | 5 years ago | |
main.go | 5 years ago | |
main_vm.go | 5 years ago | |
metadata.go | 5 years ago | |
net.go | 5 years ago | |
regen.sh | 5 years ago | |
transaction.go | 5 years ago |