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

[BUG] make operator-sdk doesn't install operator-sdk binary on Apple M1 mac #212

Open
1 task done
ayushsatyam146 opened this issue May 27, 2024 · 2 comments
Open
1 task done
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@ayushsatyam146
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Kubernetes Version

Client Version: v1.28.1
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.2

Shipwright Version

0.13.0

Current Behavior

operator-sdk is a text file in the /bin directory of operator repository containing "Not found" instead of an actual binary

Expected Behavior

creation of operator-sdk binary in /bin directory on running make operator-sdk

Steps To Reproduce

  1. On a apple M1 mac clone the shipwright/operator repository
  2. Run make operator-sdk

Anything else?

Hotfix:

  1. Install operator-sdk for mac locally on your system
  2. Run whereis operator-sdk to get absolute path for the installed operator-sdk binary
  3. Copy the binary from that path to the shipwright/operator/bin path
  4. Run chmod +x bin/operator-sdk
@ayushsatyam146 ayushsatyam146 added the kind/bug Categorizes issue or PR as related to a bug. label May 27, 2024
@adambkaplan
Copy link
Member

Blocked by #139

@adambkaplan adambkaplan added this to the release-v0.14.0 milestone Jul 11, 2024
@qu1queee
Copy link

From Refinement, @adambkaplan do you need help with the blocking issue #139 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
Status: No status
Development

No branches or pull requests

3 participants