You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
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+.
What did I do?
Tried running
make deploy-hub
andmake 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
The text was updated successfully, but these errors were encountered: