Skip to content

Unable to deploy buildx nodes from MacOS #983

Open
@gboer

Description

@gboer

When I run the following command, it doesn't deploy anything in kubernetes:

docker buildx create --name buildx-test --driver kubernetes --use

Running docker buildx ls shows it as inactive:

docker buildx ls
NAME/NODE       DRIVER/ENDPOINT                                   STATUS   PLATFORMS
buildx-test *   kubernetes
  buildx-test0  kubernetes:///buildx-test?deployment=&kubeconfig= inactive
desktop-linux   docker
  desktop-linux desktop-linux                                     running  linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6
default         docker
  default       default                                           running  linux/amd64, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6

I'm on the latest Docker Desktop 4.5.0, Intel MacOS 12.1. I've tried restarting my docker daemon, restarting my machine, double checked my terminal access to kubernetes, but nothing seems to resolve it.

Does anyone have any ideas of other things I can do to resolve it?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions