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

Running make deploy isn't successful while running on M1 macs #343

Open
varshaprasad96 opened this issue Apr 4, 2023 · 0 comments
Open

Comments

@varshaprasad96
Copy link

What did I do?
Tried running make deploy-hub and make deploy-spoke locally on M1 Mac. It errors out saying the respective Customize binary is not available for M1 arch.

Issue:
The problem is the kustomize versions 3.5.* do not release binaries for ARM. This was a known issue in Kustomize (kubernetes-sigs/kustomize#3736) and the solution is to bump Kustomize v4.5.0+.

Solution: Fix Makefile with this change: https://github.com/open-cluster-management-io/registration-operator/compare/main...varshaprasad96:registration-operator:fix/kustomize?expand=1#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R260-R268

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

No branches or pull requests

1 participant