Skip to content
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

Being able to override the platform in the underlying docker command #2735

Closed
subnetmarco opened this issue May 2, 2022 · 4 comments
Closed
Assignees
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@subnetmarco
Copy link

I would like to override the --platform argument in the underlying docker run .. command that is being invoked by kind create cluster, is there a way to do this?

@subnetmarco subnetmarco added the kind/support Categorizes issue or PR as a support question. label May 2, 2022
@BenTheElder
Copy link
Member

No, and even if you could, kind nodes will not work under qemu / binfmt_misc hijinks 🙃

If you want to run on an architecture other than the host, you need docker in a VM.

@BenTheElder
Copy link
Member

I think this is, amusingly, #2718 (comment) DOCKER_DEFAULT_PLATFORM, which kind may need to disable actually ...

@subnetmarco
Copy link
Author

I was trying to override the override :) Now that the root cause is resolved (#2718) I will leave it to you to either close this issue or keep it open for the time being.

@BenTheElder
Copy link
Member

Let's follow up in #2718 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

2 participants