It seems like buildx explicitly uses the ~/.kube/config. I'd like to run buildx in a CI pipeline that runs in kubernetes. Until #216 is implemented, users are forced to run docker buildx create and need the proper permissions to create deployments. To make doing this easier in a pipeline I'd like to be able to use the permissions of the service account attached to the pod I am running the above command from.
It seems like buildx explicitly uses the
~/.kube/config. I'd like to run buildx in a CI pipeline that runs in kubernetes. Until #216 is implemented, users are forced to rundocker buildx createand need the proper permissions to create deployments. To make doing this easier in a pipeline I'd like to be able to use the permissions of the service account attached to the pod I am running the above command from.