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

Add Helm chart to ease deployment on Kubernetes #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andras-kth
Copy link

Standard fare Helm chart with formats as the only binfmt-specific configuration option
and a subset of standard options that allow Kubernetes administrators to select a subset
of nodes for installation.

@tonistiigi
Copy link
Owner

@morlay @AkihiroSuda

@AkihiroSuda
Copy link
Contributor

Can we test this on CI? (With kind/minikube, or k3s)

@andras-kth
Copy link
Author

Actually, I've just realized that this is already partially handled by the Kubernetes driver's qemu.install option.
https://github.com/docker/buildx/blob/610601cec0d9c0a5a93e67a0054b3f2243a61273/driver/kubernetes/factory.go#L136

I suppose if that got changed from a bool to a string option that specified the relevant formats,
that would be a much better approach, especially considering that this PR's Helm chart doesn't
work so well with auto-scaled clusters where nodes may come and go...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants