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

arm64 build support #2235

Closed
brendarearden opened this issue Feb 27, 2020 · 8 comments · Fixed by #3088
Closed

arm64 build support #2235

brendarearden opened this issue Feb 27, 2020 · 8 comments · Fixed by #3088
Assignees

Comments

@brendarearden
Copy link

brendarearden commented Feb 27, 2020

Now that Helm 3 supports a --post-renderer flag to be set, making kustomize even easier to integrate with, is it possible to get arm64 builds? I am currently unable to use it reliably because an arm64 binary is not offered.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 27, 2020
@brendarearden
Copy link
Author

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 27, 2020
@odidev
Copy link

odidev commented Jul 10, 2020

Hi,

We are working on contour which has a dependency on this package, So we would like to know when will arm64 build will be available.

@tnxgalaxy
Copy link

you can use kubectl kustomize from kubectl 1.14
source: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/

@brendarearden
Copy link
Author

@tnxgalaxy I am attempting to use this with helm as a post renderer, so I would need the binary available, is there a way to point to the binary that is included with kubectl?

@tnxgalaxy
Copy link

tnxgalaxy commented Aug 20, 2020

@brendarearden you could try writing a small wrapper script, a script you could name kustomize and that would itself call kubectl kustomize with the parameters it's given, the content could look like this:

#!/usr/bin/env bash
/path/to/kubectl kustomize $@

Please let me know if that does the job.

@Shell32-Natsu
Copy link
Contributor

/assign

@Shell32-Natsu
Copy link
Contributor

ARM builds will be available in next release.

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 a pull request may close this issue.

6 participants